Integrating Services with OAuth
Presentation files: Integrating Services with OAuth Presentation.pdf
I found the talk very informative. Demo might be nicer, but screen shots worked well enough for me.
thanks for the comments,
@Miha, sure! (i was actually a bit worried about going long with the talk and did not add examples)
here is a couple of practical examples:
https://sites.google.com/site/oauthgoog/oauth-practices/user-interface
http://www.hueniverse.com/hueniverse/2007/10/beginners-gui-1.html
and here is some more general resources:
http://oauth.net/documentation/getting-started
https://sites.google.com/site/oauthgoog/oauth-practices
@Luca: what are the most widely uses (practical) od OAuth in the wild?
@Miha: For example I've used it with Youtube via Google for a birthday video competition...
also here are a few know service provider:
Nice session, thanks. I'd like to hear more about how to extend this outside web scope, especially in mobile. Was it Pownce you used as an example? How about Oauth and XMPP - are there IM clients that already support Oauth instead of traditional username & password?
On mobile, here are a reviews and articles that talk about the pownce iphone app i have shown, in particular look at the discussions and reviews:
http://factoryjoe.com/blog/2008/07/11/oauth-for-the-iphone-pownceapp/
http://immike.net/blog/2008/09/08/oauth-on-the-iphone/
http://simonwillison.net/2008/Aug/12/reviews/
http://www.flickr.com/photos/simon/2752665067/
http://simonwillison.net/2008/Oct/16/oauth
And here is the draft of the spec for OAuth over XMPP, it's very new and the ideas behind it (e.g. how/where to apply it) are being developed (don't think its used anywhere, except perhaps some prototypes):



























IMHO, the talk would be better with a bit of real samples where the speaker could show the flow of information from one side to the other...