GeekArticles
Database
SQL Server
Database
SQL ServerIntegrating Twitter Into An ASP.NET Website
<p><a is a popular social networking web service for writing and sharing short messages. These tidy text messages are referred to as
<i>tweets</i> and are limited to 140 characters. Users can leave tweets and follow other users directly from website or by using the Twitter API. API makes
it possible to integrate Twitter with external applications. For example, you can use the Twitter API to display your latest tweets on your blog. A mom and pop online store could
integrate Twitter such that a new tweet was added each time a customer completed an order. And <a a popular open-source
error logging library, can be configured to send error notifications to API is implemented over using the design principles of <a State Transfer (REST)</a>.
In a nutshell, inter-operating with the Twitter API involves a client - your application - sending an XML-formatted message over to the server - website. The
server responds with an XML-formatted message that contains status information and data. While you can certainly interface with this API by writing your own code to communicate
with the Twitter API over along with the code that creates and parses the XML payloads exchanged between the client and server, such work is unnecessary since there are
many community-created Twitter API libraries for a variety of programming frameworks.
</p><p>
This article shows how to integrate Twitter with an ASP.NET website using the <a library, which is a free,
open-source .NET library for working with the Twitter API. Specifically, this article shows how to retrieve your latest tweets and how to post a tweet using Twitterizer.
Read on to learn more!
<br /><a More ></a></p>
Sponsored Links
Related Topics
Subscribe via RSS
SQL Server
- Naming Database Objects: Part II
- Trace Messages Part V: Trace Cleanup
- Naming Database Objects: Part I
- Multiple-Child Aggregation
- Creating SQL Tables for an Integrating Application Using Dexterity
- SQL Server 2005 Beta 2 Transact-SQL Enhancements
- .NET Rocks! - Brian Larson on SQL Server Reporting Services
- Computing the Trimmed Mean in SQL
- SQL Server 2000 Gains on Oracle
- Separator First Formatting (SFF)
