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.
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.
Have you tried the official wiki?
Also, most providers have their own documentation for the OAuth process, for example Twitter
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.
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