OAuth2 Flow for Mobile Devices

Posted by Bart Jedrocha on Stack Overflow See other posts from Stack Overflow or by Bart Jedrocha
Published on 2010-06-15T14:27:59Z Indexed on 2010/06/15 14:32 UTC
Read the original article Hit count: 357

Filed under:
|
|
|

We're currently working on an API that will be consumed by a variety of different devices. We want to use the OAuth2 spec as it defines several flows which were not available in the original OAuth spec. My question is, what flow would work best for a mobile device such as the iPhone or iPad? What flow does an application like TweetDeck use?

Looking around the web it seems clients like TweetDeck use the 'Username and Password Credentials Flow" (browserless token exchange). Can anyone provide more information on this topic?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about authentication