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, 16: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?