I want to put a question about what ideas do you have regarding Open Authentication (oauth) and what are your use cases of that simple and genius protocol.

One use case is the Facebook scenario, where user data is accessed if the user authorize this access.

Another interesting use case that I'm thinking about is a payment API for Mobile Operators, because they have a way to charge their users' phone bill.

For example, if there is a mobile operator that has made a payment API (PROVIDER) that can charge users (simple charge operation with some amount) and this API is protected by oauth flow, and if I have a store that sells books (CONSUMER), I can tell my customers - buy the book and it will be charged on your mobile operator monthly bill. And then if the user wants to use that option and purchase a book, she is redirected to the operator to authorize the payment (the request token), and I receive a response with access token that enables me to call the charge function for that customer. This can enable small businesses to use another payment option that is very spreaded, because not everybody has a credit card in the poorly developed countries, but a lot of people have mobile phones even in poor countries.

What are other scenarios where you would use OAuth?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Aside from Facebook, Google and Twitter are probably the most famous scenarious for using OAuth. Here is an impressive list of sites supporting OAuth:

link|improve this answer
Strange that list doesn't include Facebook. – pthulin Jan 29 '11 at 19:04
@pthulin: It's 11 months old, but so far the best I could find. – Martin Buberl Jan 29 '11 at 19:53
Thank you for the list! I was expecting a little discussion with some new weird ideas about what to use oauth for. I will not really take the time now to make account and read the documentation at each one of these sites, in order to understand what they use oauth for. I was thinking more about short ideas that the community can share, about what they would use oauth in addition to what has been done and is known already. Best regards! – Lyuben Jan 29 '11 at 22:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.