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.

http://twitter.com/botteaap/status/11255919099

Hugo

On Apr 25, 8: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 :).
>
> Anyway, I'm curious about how to test the use of this API in an end-to-
> end fashion.  One very tricky aspect of the account manager is its
> ability to query the user before granting access to a particular
> account.  I can't seem to find any mention of how to "un-grant"
> permission for a particular application to use an account.  Does
> anyone know how this is done?
>
> Also, has anyone figured out what "authTokenType" is supposed to
> represent?  Using "android" seems to work for getting a google.com
> auth token, but it makes me nervous that I have no idea what this
> property is really intended for.  I could be building in a breaking
> point.
>
> Hey Google people, it would be really, really helpful to have a good
> working example of this API.  Even better, some comprehensible docs
> would help.  A mobile app interacting with an AppEngine backend would
> make sense for an example.
>
> Dave
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group 
> athttp://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to