Best Learning Resource for OAuth - android

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.

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

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/

This is the page that finally made it click for me:
http://blog.doityourselfandroid.com/2010/11/07/google-oauth-overview/

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.

Have you tried the official wiki?
Also, most providers have their own documentation for the OAuth process, for example Twitter

Related

Retrieving and Sending Objects using Parse Server

I am using the Parse Server back-end with android studio and have read its developer guide; however, I'm still not totally getting it, specifically with retrieving objects. If someone could help clearing or provide a link to a good tutorial it would be great.(I learn the best through examples). I have searched YouTube and most tutorials aren't very good or only cover minimal topics on using parse. Thank you.
you can find an excellent android developer guide in here:
http://parseplatform.github.io/docs/android/guide/
During the past years i read a lot of docs from other vendor and Parse have the best docs that i ever see. There docs contain explanations with a lot of code snippets .

Is there a good website to share and optimize code together?

Recently I am working on Android app development, and also I did iOS app before. I am not good at Android so far, so sometimes I found the app is kind lagging, thought stackoverflow.com is very nice place to share and found the bug, but I would like to ask if there are some websites that I can share all codes and details about the app, and there are also some programmers there they can read and point it out what's wrong with my app? I don't know if this question is legal here, just think it's good to have one and learn more..
You can post code and get it reviewed at https://codereview.stackexchange.com/
The best solution would probably be to push your projects to a site like Github where there's a great infrastructure in place to allow people to collaborate with you.
Asking people to do so is a different issue, but probably best achieved through posts on XDA-developers and equivalent forums.
There are plenty of places where you can post your entire source code. Here are two that I have used:
Google Code: allows you to post your code publicly with details about downloading. You can use this and google forumns to get reviewed and help. SVN access is easy to configure. Can add others to projects.
SourceForge: allows you to post code publicly and privately. SVN is easy once again. Allows you to add others users to the project with read/write/edit permissions.
Those two may not be the best places for getting reviewed and help easily, but they are wonderful for hosting and source control!
Also, these do have forumns where you can point others to your projects and ask questions!

How to integrate Flingo-API in Android

I want integrate Flingo-API in Android.
here is the link
Did any one know about this Filngo API integraion.
Take a look at this https://play.google.com/store/apps/details?id=info.send2tv
It uses the flingo API.
There are a lot of things that it could do... If you are interested go to flingo.org and post to the forum.

How to connect to twitter with Oauth? (requesting easy code example)

I'm trying to understand the multiple examples of how to connect to twitter with Android, but all of them are too hard for me. I'm also reading the documentation but it is not helping me a lot.
Someone have's a link or a easy code example to do it?
Sorry for ask for a code example but i'm getting absolutly stuck on this...
It indeed took me a while to understand how it worked.
How oauth works:
http://term.ie/oauth/example/
Example in php:
http://social-php.googlecode.com/files/social-php_0.1.tar.gz
For me the examples at linkedin helped me to understand
https://developer.linkedin.com/apis
You might want to check out the oauth-signpost library. It is compatible with Android, and has samples for connecting with Twitter, Google, etc.
see this link. i hope this example helps u.
LINK

how to implement a retweet tracker on Android

I would like to know if there is a way to track these retweets... I know that there are several applications for full twitter already available, but i would like to follow just a few things and integrate them in my application...
The only thing I'm sure of, is that when someone retweet one of my tweets, there is a #my_account mentionned somewhere. But I have know idea of how to deal with it...
If you had any lead for me, that would be great.
Thank you
I would add the Twitter4J jar to your project and use that to query for retweets.

Categories

Resources