It depends on how deep you want your integration to be. If you simply want to keep track of the Twitter user's screen name on your site, you can simply ask for it -- no need for an API integration.
If you just want to add some simple Twitter functionality to your site, you might want to look at @Anywhere http://dev.twitter.com/anywhere/begin -- you can integrate Twitter with your site using mostly just Javascript and HTML. By using callbacks, you can store the screen name and user id after authorization occurs. If you want deeper integration recommendations, please specify a bit more on what you'd like users to do with a Twitter integration in your app. Taylor On Fri, Dec 10, 2010 at 7:53 AM, Chief <[email protected]> wrote: > I have a web app written in ASP.NET (C#, in this case). > I want to allow users to connect with twitter and add their verified > twitter alias name (@username) to the database in a field matching > their id in order to show it in their profile. > > How can I integrate twitter that way? > > -- > Twitter developer documentation and resources: http://dev.twitter.com/doc > API updates via Twitter: http://twitter.com/twitterapi > Issues/Enhancements Tracker: > http://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk > -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk
