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
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Travis Bell
στις 28 Σεπτέμβριος 2013 στις 04:01 ΜΜ
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?