Hi, I'm new :) I have a problem with auth redirection. Simple test (linux):
wget --server-response "http://api.themoviedb.org/3/authentication/token/new?api_key=[MY_API_KEY]"
I have the "Authentication-Callback" URL. I open it in the browser adding "redirect_to" parameter:
http://www.themoviedb.org/authenticate/[TOKEN_REQUEST]&redirect_to=MY_URL
Another test:
http://www.themoviedb.org/authenticate/[TOKEN_REQUEST]&redirect_to=http://www.google.com
But I get a 404 Page not found error ("Doesn't look like the page you're looking for can be found.") The same with other URLs (just for testing), the same if I use PHP urlencode()
What's wrong? Thank you in advance.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Mat
بتاريخ يناير 8, 2013 في 9:23 صباحا
Solved.
Just for reference, the callback must be in this form:
http://www.themoviedb.org/authenticate/[TOKEN_REQUEST]?redirect_to=http://www.google.com