MooTools Core Developer Scott Kyle appden created Request.Twitter, a very small MooTools class to retrieve tweets from Twitter. The class is flexible in that you may define the URL to query so you may retrieve user statuses, search terms, etc. Request.Twitter is an extension of the Request.JSONP class in MooTools More, showing the power MooTools’ valuable inheritance system.
Related Submissions:
- New MooTools Plugin: Request.Queue The MooTools Request class gives us the option to link together requests so that with a single instance of the class, if you’ve got a...
- Get Tweets with MooTools To give this site a little dynamism, I decided as many others have to pull my latest tweets into the rather barren sidebar. David Walsh’s...
- MooTools TwitterGitter Plugin Everyone loves Twitter. Everyone loves MooTools. That’s why everyone should love TwitterGitter, a MooTools plugin that retrieves a user’s recent tweets and allows the user...
- How To Display Tweets of Different Users When I redesigned this blog I wanted to show recent tweets about MooTools. There are a number of available options to do that: either show...
- Using The Twitter API With PHP and SimpleXML Twitter has opened up a huge array of functionality through the use of it’s API and it’s really easy to use. In this tutorial I...