I am accessing the Google Contacts API using OAuth.
In the docs, I see that I have an authorization URL (https://www.google.com/accounts/OAuthAuthorizeToken) used to get the access token, but not for the authentication URL, but other services that implement the use of OAuth to automatically redirect the user to my site when he previously gave me permission to access his data.
Linkedin does it
Twitter does it
But I could not find a way to do this using the Google APIs.
Does anyone know if he is there? Thanks
source share