I am developing an android app on movies and want the users to write reviews on TMDB. After going through the documentation I found that the user has to be authenticated to do that. I successfully created the URL and retrieved a request_token for the user to user (i.e. I have implemented the first part of the authentication). Now while implementing the second part I send the user to the following URL on the browser "https://www.themoviedb.org/authenticate/{REQUEST_TOKEN}" as stated in the documentation. Now the problem is that how to get a result back from the browser to the app that whether the user has allowed the TMDB or has denied so that I can display a message to the user what he/she has to do to use the app. Is there some way to do this?? Developers please help!!
Can't find a movie or TV show? Login to create it.
ต้องการให้คะแนนหรือเพิ่มรายการนี้ไปยังรายการหรือไม่
ไม่ใช่สมาชิกเหรอ
Reply by Travis Bell
on November 12, 2016 at 4:58 หลังเที่ยง
Hi Akshit,
Are you able to monitor the open URL and detect when the URL gets to the /allow address?
Reply by Abdul Rauf
on January 7, 2017 at 3:52 หลังเที่ยง
Hey Akshit and Travis,
I am having the same problem. The problem is Chrome Custom Tab does not allow to get the url of the page. However, we can know when the page started and completed loading but it wont be of any use.
Reply by Travis Bell
on January 8, 2017 at 11:07 ก่อนเที่ยง
Do you have access to the headers?