Log In/Register
Twitter - Tips & Tutorials
switch to scripts & programs
.NET C#
Flash/Actionscript
Java/JSP
Javascript/AJAX
None
PHP
Python
Ruby


.NET C#
Date Added: 2009-03-24 21:21:48
I've been working on this application to send out tweets at a particular time. One thing thing I want to do is be able to look at the logged in user's timeline. I've been playing with the ASP.NET 4.0 AJAX Previews, so I...

Coding Library(s): .NET C# Platform(s): Twitter
Avg Rating:

Date Added: 2009-04-22 10:15:11
I did this code to test the API interaction with twitter via .NET.

Coding Library(s): .NET C# Platform(s): Twitter
Avg Rating:

Date Added: 2009-04-22 10:17:10
I used C# and WCF, but I could have just as easily used an ASMX web service. This code is fairly simple.

Coding Library(s): .NET C# Platform(s): Twitter
Avg Rating:

Flash/Actionscript
Date Added: 2008-01-30 00:31:15
You can create your very first Twitter mashup in just four lines of code by following these simple instructions.

Coding Library(s): Flash/Actionscript Platform(s): Twitter
Avg Rating:

Date Added: 2008-03-02 10:03:19
If you don't want to work manually with movie clips (and you will probably not want to on a daily basis), you can use the SWX ActionScript Library instead. This library provides you with a completely abstract (and recommended)...

Coding Library(s): Flash/Actionscript Platform(s): Twitter
Avg Rating:

Java/JSP
Date Added: 2008-01-30 01:10:53
Now, the Twitter API itself allows you to build remote applications that talk to Twitter, for retrieving updates/friends/followers or to simply update your status.

Coding Library(s): Java/JSP Platform(s): Twitter
Avg Rating:

Date Added: 2009-04-10 15:29:41
Today I am going to post about making authenticated REST calls using Java and the Jakarta Commons HttpClient library. I am going to use Twitter as an example. I originally wanted an example that would allow me to post...

Coding Library(s): Java/JSP Platform(s): Twitter
Avg Rating:

Date Added: 2009-04-10 15:30:47
Since some days ago I am using twitter again (my id is yannart) but I have a big problem. From work I can't access to the main domain twitter.com. I try a personal proxy I have installed in a (secret) Internet URL and it works...

Coding Library(s): Java/JSP Platform(s): Twitter
Avg Rating:

Javascript/AJAX
Date Added: 2008-01-08 22:34:45
I have begun building a javascript API for Twitter which takes advantage of Twitters RESTful web services. So far it only contains the methods to get the user timeline and a user’s profile but will be expanded a lot in the near...

Coding Library(s): Javascript/AJAX Platform(s): Twitter
Avg Rating:

Date Added: 2008-01-30 00:42:26
In this article we will show how to use components from our suite in mashup applications.

Coding Library(s): Javascript/AJAX Platform(s): Twitter
Avg Rating:

Date Added: 2008-03-02 10:39:22
You might be inclined to add your 'Twitters' to your blog via JavaScript - the only problem is when Twitter's traffic goes up, their servers slow down, and the net result is your web page is hanging because it's waiting to load...

Coding Library(s): Javascript/AJAX Platform(s): Twitter
Avg Rating:

None
Date Added: 2008-03-02 10:32:12
Twitter already provides an API but it is currently very limited. It will let you fairly easily change your status, but won't let you send a direct message. Comes in cURL. cURL is a very versatile command line utility which is...

Coding Library(s): None Platform(s): Twitter
Avg Rating:

Date Added: 2008-03-02 10:38:00
Here is how to post an update to twitter using just curl and nothing else. I guess you can use this if you are working on some headless unix machine that doesn't have a proper browser.

Coding Library(s): None Platform(s): Twitter
Avg Rating:

Date Added: 2009-01-13 01:28:02
In this chapter, we’ll take our first babysteps. We are going to talk through the API with Twitter and put the theory from the previous chapter into practice. There’s no programming involved yet, though. We will be using cURL,...

Coding Library(s): None Platform(s): Twitter
Avg Rating:

PHP
Date Added: 2008-01-12 11:10:27
This is a very simple tutorial (really just some line of code!) that explains how to post a message using Twitter API from a PHP page.

Coding Library(s): PHP Platform(s): Twitter
Avg Rating:

Date Added: 2008-02-20 23:24:27
I had this idea in the back of my mind about making it easier to post to twitter.com. Quite a few of my friends post some pretty hilarious status messages on Gtalk so I thought there must be an easier way to get from Gtalk...

Coding Library(s): PHP Platform(s): Twitter , Google Talk
Avg Rating:

Date Added: 2008-03-02 14:46:47
Working on a little side project, I wanted to be able to add an event to Google Calendar by text message like our American friends can using GVENT. I figured I could hook my Twitter account up to Google Calendar using their...

Coding Library(s): PHP Platform(s): Google Calendar , Twitter
Avg Rating:

by RyanBarr Date Added: 2009-01-25 18:04:12
Pull the latest tweet from a Twitter user using PHP and the Search API. An alternative way to using Twitter's Javascript and Flash approaches.

Coding Library(s): PHP Platform(s): Twitter
Avg Rating:

by RyanBarr Date Added: 2009-01-25 18:05:29
Pull multiple tweets from a Twitter user using PHP and the Search API! In part one of this tutorial we have a script that allows us to pull the latest tweet from a Twitter user via the RSS feed that is produced by Twitter. We...

Coding Library(s): PHP Platform(s): Twitter
Avg Rating:

by RyanBarr Date Added: 2009-01-25 18:06:24
Pull multiple tweets from multiple Twitter users using PHP and the Search API!

Coding Library(s): PHP Platform(s): Twitter
Avg Rating:

Date Added: 2009-03-24 21:23:19
I spent a few cycles this afternoon integrating my Twitter timeline with my Movable Type blogging software. Surprisingly, things worked out great with no issues in the first version. The Twitter API is a well-written REST...

Coding Library(s): PHP Platform(s): Twitter
Avg Rating:

Date Added: 2009-04-18 11:25:48
Many developers want to be able to speak the OAuth protocol without having to know the fine details. I am deviating from the normal order by starting with an example and explaining it afterwards.

Coding Library(s): PHP Platform(s): Twitter
Avg Rating:

Date Added: 2009-04-19 23:26:13
Here's a simple introduction on using the Twitter API. The API offers many different ways to connect to your details including xml, json, atom, and rss. Im going to use xml, php and curl to read an xml file to get my latest...

Coding Library(s): PHP Platform(s): Twitter
Avg Rating:

Date Added: 2009-04-21 12:08:44
In my previous post on this subject I spoke about making a simple call to the Twitter Search API to return some results every 30 seconds using jQuery and ajax. This time over I am going to discuss a similar process, however...

Coding Library(s): PHP Platform(s): Twitter
Avg Rating:

Date Added: 2009-04-21 12:11:12
A number of third-party libraries, written in a variety of different programming languages (including PHP), exist to help developers integrate their applications with this API. This article focuses on one such library, the PEAR...

Coding Library(s): PHP Platform(s): Twitter
Avg Rating:

Date Added: 2009-04-22 10:06:16
In this post I'll show you how to connect securely to Twitter, authenticate, make a query and return a particular users' followers as a string using PHP and cURL.

Coding Library(s): PHP Platform(s): Twitter
Avg Rating:

Python
Date Added: 2009-01-13 23:37:52
Twitter API libraries are available for most popular programming languages, and they're opening up new possibilities for publishing information. Explore a short Python script that tweets when the Dow Jones Industrial Average...

Coding Library(s): Python Platform(s): Twitter
Avg Rating:

Ruby
Date Added: 2008-03-02 10:01:38
In this article we will build an actual useful Twitter Service that will allow us to track the Blogosphere. In the process we will get hands on programming experience with Ruby, DRb, Twitter and Jabber. This will sharpen our...

Coding Library(s): Ruby Platform(s): Twitter
Avg Rating:

Date Added: 2009-03-24 21:25:34
One of the great things about Twitter is that there's an openly-available and easy Application Programming Interface for programmers to use. That's why there are so many different Twitter interfaces to choose from, both for...

Coding Library(s): Ruby Platform(s): Twitter
Avg Rating:

Date Added: 2009-04-22 10:05:23
The Twitter API (Application Programmming Interface) in Ruby on Rails is about as simple as you can get. Twitter is a RESTful Rails application. API calls that query for information are GET requests, while information that...

Coding Library(s): Ruby Platform(s): Twitter
Avg Rating:

Bookmark and Share

Recently Added Companies