I have to use OAuth for my Android client and I have found that the learning resources are pretty rare or inadequate for this technology.

Does anybody know a good book/tutorial/online resource to learn OAuth? Thank you.

link|improve this question

74% accept rate
It took me longer than I expected to implement. Are you just implementing it in your client or do you need to know about the server part too? – Brian Lyttle Jul 14 '10 at 16:00
Yeah this thing is pretty cumbersome and I know I am not the only one. Right now I am assuming the server part may be done by somebody else. – kunj2aan Jul 14 '10 at 16:19
feedback

5 Answers

hi Kunjan avoidin the OAuthocalypse???

heres is a excellent example to implement OAuth for Twitter in Android

http://github.com/brione/Brion-Learns-OAuth by Brion Emde

heres the video

if you have any question I will help you

link|improve this answer
feedback

I see this has more or less been answered, however with recent development in the OAuth spec old tutorials and sample code might or might not work (at least I had difficulties to make it work based on old blog posts here and there). I summarized how I did it on Android here:

http://nilvec.com/implementing-client-side-oauth-on-android/

link|improve this answer
feedback

This is the page that finally made it click for me:

http://blog.doityourselfandroid.com/2010/11/07/google-oauth-overview/

link|improve this answer
Awesome resource - Thanks man ! – Yugal Jindle Aug 26 '11 at 7:00
feedback

I recently had to figure out OAuth myself, and I've written a blog post with example code which accesses Twitter via OAuth.

The code is C++/Win32, however it might help give you an idea of what's involved. There are also links to the relevant resources I used throughout the post, which may be of some help.

link|improve this answer
feedback

Have you tried the official wiki?

Also, most providers have their own documentation for the OAuth process, for example Twitter

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.