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!!
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 12 novembre 2016 à 16h58
Hi Akshit,
Are you able to monitor the open URL and detect when the URL gets to the /allow address?
Réponse de Abdul Rauf
le 7 janvier 2017 à 15h52
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.
Réponse de Travis Bell
le 8 janvier 2017 à 11h07
Do you have access to the headers?