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!
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Travis Bell
em 9 fevereiro 2018 às 11:23 AM
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.