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.
| |||||
feedback
|
|
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 | |||
|
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/ | |||
|
feedback
|
|
This is the page that finally made it click for me: http://blog.doityourselfandroid.com/2010/11/07/google-oauth-overview/ | |||
|
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. | |||
|
feedback
|
|
Have you tried the official wiki? Also, most providers have their own documentation for the OAuth process, for example Twitter | |||
|
feedback
|