Hi @hardik__, The request token is valid for one time and expires in a couple of minutes. Once you get access token store it in preference and use it. Don't request for access token every time you run the app. The access token is valid for one whole day.
You need to open login URL in a browser to enter credentials which will give you request token.
Check out this webinar.
I did that so you mean instead of api key i ll have to provide the request token which i get after the login?
Thanks
Also for this api endpoint there is no example in the java connect client.
Please help.
I provided both the api_key and the acess_token. This is the response i get back
{"status": "error", "message": "Invalid session", "error_type": "TokenException"}
The request token is valid for one time and expires in a couple of minutes.
Once you get access token store it in preference and use it. Don't request for access token every time you run the app.
The access token is valid for one whole day.