java - OAuth reverse ClientId not working as redirectURI for WEB application -


my android app performs oauth code request, callback uri reversed clientid. e.g.

reverse clientid: apps.googleusercontent.com.<stuff>  redirect uri: apps.googleusercontent.com.<stuff>:/oauth2callback 

my app launches chromecustomtabs, requests google auth code. google redirects provieded callback uri. registered special intent uri, app opened again auth code. code sent app server, performs actual oauth token exchange google.

problem is: no longer works, google complains custom uri scheme not allowed web application. workend last year picked project month , code no longer works, , don't understand why. not find hint how web application code exchange should work otherwise, need custom schema can register intent.


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -