vote up -1 vote down star

We are developing an asp.net 2.0 web application in that user can sign-up or sign-in using twitter account.

when the user click on the twitter button, it should take you to the twitter login page. after your login is successful twitter should able to forward me back to my page webpage.

Please let me know.

eg. twitter

flag

40% accept rate
Please let you know what? How to do it for you? You have to ask a question. – JoshJordan Aug 25 at 18:17
@JoshJordan I thought it was pretty clear. He wants to know how to implement a Facebook Connect-style system for Twitter. – ceejayoz Aug 25 at 18:32

2 Answers

vote up 8 vote down check

For this you use Twitter's OAuth authentication framework. It's used so that users don't have to directly enter their user + password into your site. (I assume you know how the front-end to that works already.)

You can use this little example to use OAuth from .NET - it is built for ASP.NET. (The demo the guy provides is My Tweeple)

link|flag
This is more kind of a user updating status to his twitter account using oAuth. But i am trying to implement like a facbook connect. for eg. to to friendfeed.com and click on the twitter button. – vamsivanka Aug 25 at 18:29
2  
OAuth is used to do that. apiwiki.twitter.com/Sign-in-with-Twitter – ceejayoz Aug 25 at 18:32
vote up 1 vote down

Twitter actually includes instructions for using OAuth to make a Facebook Connect-style system.

link|flag

Your Answer

Get an OpenID
or

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