Hi to all, I'm trying to write an application in c# that search for film information.
I sent a this request http://private-0866-themoviedb.apiary.io/3/authentication/token/new?api_key=### and it give me back a token_request then I ask for this http://private-0866-themoviedb.apiary.io/3/authentication/session/new?api_key=###&request_token=**** but it return always un-autorize.
Could some one explane me why?
Thanks.
Pumino
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 সেপ্টেম্বর 28, 2013 at 4:01 PM
Hi pumino,
First, make sure to use the production API endpoints and not Apiary. Apiary is only a mock server and will likely cause you problems with the authentication methods.
Secondly, make sure you're following the 3 steps here. Are you executing step #2?