Need to provide access token every time I run the client.

lethalstriker
Do I need to provide access token every time I run the code? Is it possible to use same access token every time I run the program for at least a day..
  • sujith
    Hi,
    The access token is valid for one whole day. You can store it in preference or database and use it for one whole day.
  • sujith
    whereas request token is valid for a couple of minutes and can be used only once. If you are getting invalid credentials error then it means you are requesting for access token using invalid request token.
Sign In or Register to comment.