I create a new project, then got custom_key/secret and access_token/secret, do I need to request access token again in my application? or just use these key/secret pair in application to call API?
does the access token be expired in some time?
Thanks!