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 في 4: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?