views:

111

answers:

3

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.

A: 

Have you tried the official wiki?

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

mcabral
A: 

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.

Brook Miles
+1  A: 

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

Jorgesys