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 podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de Travis Bell
no 9 de febreiro do 2018 ás 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.