28

Does anyone know of any good tutorials for using AccountManager in android, basically what I'm trying to do is request a OAuth2 token to use with a google api, any suggestions would be appreciated :)

William L.
  • 3,846
  • 9
  • 53
  • 72

1 Answers1

20

http://developer.android.com/training/id-auth/authenticate.html

Doesn't get much more official than this

pjulien
  • 1,369
  • 10
  • 14