[oauth] Re: http://apiwiki.twitter.com/Sign-in-with-Twitter

2009-04-16 Thread Dirk Balfanz
Is this Sign-in-with-Twitter supposed to be to sign into other sites using your twitter account, as in "sign into myhealthrecord.com using your twitter account"? I don't think that's secure - OAuth is not an authentication protocol. Dirk. On Thu, Apr 16, 2009 at 5:15 PM, Ben Clemens wrote: > T

[oauth] Re: http://apiwiki.twitter.com/Sign-in-with-Twitter

2009-04-16 Thread Chris Messina
Since you brought it up, Luke Shepard's recent post seems relevant: http://www.sociallipstick.com/2009/04/15/lets-detect-logged-in-state/ Chris On Thu, Apr 16, 2009 at 5:15 PM, Ben Clemens wrote: > The nascar situation is akin to the difficulty in handling share > (digg/facebook/email/myspace/b

[oauth] http://apiwiki.twitter.com/Sign-in-with-Twitter

2009-04-16 Thread Chris Messina
Just wanted to point out that Twitter is now offering sign-in with one's Twitter account using OAuth: http://apiwiki.twitter.com/Sign-in-with-Twitter And, as if we didn't have enough buttons for the NASCAR [1], you can now use Twitter's button: http://twibs.com/oAuthButtons.php Oh, and it might

[oauth] OAuth without consumer-side login

2009-04-16 Thread Nial
I've done a bit of searching but was unable to find anything of relevance, so please forgive me if this has been asked before. I'm posting here for comments and suggestions. I'm working on a Twitter bot that allows users to send messages to a particular account and receive feedback. The bot uses

[oauth] Re: DotNetOpenAuth 3.0 released with OAuth support

2009-04-16 Thread Simone Tripodi
Congrats!!! :) Sent from my iPhone On Apr 16, 2009, at 8:49 PM, Andrew Arnott wrote: > Any .NET programmers out there looking for OAuth support may be > interested to know that DotNetOpenAuth just released in its final > 3.0.0 version. Of course it's FOSS. > > Get it here, read about it

[oauth] DotNetOpenAuth 3.0 released with OAuth support

2009-04-16 Thread Andrew Arnott
Any .NET programmers out there looking for OAuth support may be interested to know that DotNetOpenAuth just released in its final 3.0.0 version. Of course it's FOSS. Get it here , read about it here

[oauth] Re: Java Library and java-twitter

2009-04-16 Thread Simone Tripodi
Hi Zhihong thanks for your interest! You can checkout the 1.0 tag from our google code repository: http://asmx-oauth.googlecode.com/svn/tags/1.0/ And then run mvn install from the root if you want to install everything, or from the core dir to install just the commons, consumer and provider pac