[android-developers] Re: Deauthorizing account access in AccounManager

2010-04-26 Thread Hugo Visser
For my Engine Watch app (http://code.neenbedankt.com) I'm using accountmanager to log on to appengine itself. Maybe this tweet of mine helps you get started, it isn't really that hard, I found most of the ingredients on the web and in the appengine google group.

[android-developers] Re: Deauthorizing account access in AccounManager

2010-04-26 Thread polyclefsoftware
On Apr 25, 1:53 am, dadical keyes...@gmail.com wrote: I'm wading through the poorly documented AccountManager API and am a bit confused on a few points.  There's nothing like having to reverse- engineer public APIs :). I feel your pain. We're about to release an app using the AccountManager

[android-developers] Re: Deauthorizing account access in AccounManager

2010-04-26 Thread brian
Also, has anyone figured out what authTokenType is supposed to represent? AFAIK, it is a account specific value. Your implementation of AbstractAccountAuthenticator can enforce any or no restrictions or conventions on its use. Note, this is only my read, your mileage may vary. Anyway, I'm