When i use API V3 authenticatin system, in step2, i make following url:
https://www.themoviedb.org/authenticate/{REQUEST_TOKEN}?redirect_to=http://localhost:8080
But the website redirect to:
http://localhost:8080/?request_token=e7851a6624517f5ba356691466505d64be1821ed&approved=true#/
Is this the right behavior? I don't need this query string '?request_token=e7851a6624517f5ba356691466505d64be1821ed&approved=true#/' display in url.
Is it possible to remove it?
Thanks a lot!
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 9 febbraio, 2018 alle 11:23AM
Hi @luminqi, it is not possible to remove it. Most people will need that in order to tie the request that got approved to the request that was being made.