B b4auser1 Well-Known Member Licensed User Longtime User Mar 13, 2017 #1 On April 20, 2017, we will start blocking OAuth requests using web-views for all OAuth clients on platforms where viable alternatives exist. Which alternatives can be used instead of ?
On April 20, 2017, we will start blocking OAuth requests using web-views for all OAuth clients on platforms where viable alternatives exist. Which alternatives can be used instead of ?
Erel B4X founder Staff member Licensed User Longtime User Mar 13, 2017 #2 Which service are you using? Upvote 0
B b4auser1 Well-Known Member Licensed User Longtime User Mar 13, 2017 #3 I send Email with Gmail API (Rest API over HttpJob) and get access token (to be used in REST API) in the Webview. Upvote 0
I send Email with Gmail API (Rest API over HttpJob) and get access token (to be used in REST API) in the Webview.
Erel B4X founder Staff member Licensed User Longtime User Mar 14, 2017 #4 You need to switch to Custom URI Scheme: https://developers.google.com/identity/protocols/OAuth2InstalledApp#creatingcred And add an intent filter such as the one described here with AddActivityText: http://stackoverflow.com/questions/2448213/how-to-implement-my-very-own-uri-scheme-on-android Upvote 0
You need to switch to Custom URI Scheme: https://developers.google.com/identity/protocols/OAuth2InstalledApp#creatingcred And add an intent filter such as the one described here with AddActivityText: http://stackoverflow.com/questions/2448213/how-to-implement-my-very-own-uri-scheme-on-android
Erel B4X founder Staff member Licensed User Longtime User May 11, 2017 #5 Updated solution: https://www.b4x.com/android/forum/threads/class-b4x-google-oauth2.79426/ Upvote 0