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
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Travis Bell
il 28 settembre, 2013 alle 4:01PM
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?