I will update my code for Google oAuth2.0 web-views disallow warning. I found the authorization and token endpoints had changed in document.
I use the endpoint as follows since 2014.
- "accounts.google.com/o/oauth2/auth"
- "accounts.google.com/o/oauth2/token"
new endpoint as follows
- "accounts.google.com/o/oauth2/v2/auth"
- "www.googleapis.com/oauth2/v4/token"
I try my code for old and new endpoint. It works on all endpints. Can I still use old endpoints? or Have expired date for old endpoints?
Thanks!