Android Question Using OAuth 2.0 for Server to Server Applications

pierrem

Member
Licensed User
Longtime User
I want my app to access Google data, without the users to log via a Google Acccount.

It seems that the way to do this is to use a Service account wich belongs to the app and not to the user
(as mentionned here : https://developers.google.com/accounts/docs/OAuth2ServiceAccount ...)
I'm not sure to understand if it's working with apps, or just webapps ...

Has someone allready used this ?
Thanks for sharing experience, examples et tips
:)

BTW, any suggestion is welcome ...
the main idea is : I dont want the user to be logged in / the user to have a G account, I want the app only to be logged in.

thks in advance
 
Last edited:
Top