Hi, I am getting the issue of "Invalid request token". I followed the same steps as described.
Request Token: http://api.themoviedb.org/3/authentication/token/new?api_key=#######
Authenticate Token: https://www.themoviedb.org/authenticate/REQUEST_TOKEN
When I do this request I am getting invalid request token
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on красавік 19, 2016 at 6:15 PM
Hi saridesindhu@gmail.com,
I'm not sure. Are you making sure to copy the
request_token
from the response you get from/token/new
? I just tried it and it worked fine for me. Remember, you only have 1 hour to use the token before it expires. Are you making sure the token is a new one?Reply by saridesindhu@gmail.com
on красавік 20, 2016 at 3:16 AM
HI, Thanks for your reply. The mistake I made is in the URL given "https://www.themoviedb.org/authenticate/REQUEST_TOKEN" , we need to send the token we got in REQUEST_TOKEN. I misunderstood it. Now it worked fine for me. Once again thanks for your reply.