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!
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط Travis Bell
در تاریخ فوریه 9, 2018 ساعت 11:23 ق.ض
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.