CodeIgniter Forums
Twitter API Class - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Twitter API Class (/showthread.php?tid=11947)



Twitter API Class - El Forum - 09-29-2008

[eluser]Xeoncross[/eluser]
I just finished a Twitter API class for a project I was doing. There were several out there - but none of them were complete or even coded properly.

As an avid OO Designer I built a new class from the ground up to perfectly match the Twitter API using PHP 5. I am a perfectionist so I couldn't stand excess code, the lack of comments, and missing API functionality.

This class is the best API class out there - it can handle XML and JSON requests/responses from the standard API and the new Trends and Search API's as well. Calls are made with the powerful cURL library. Results are returned as an easy to use object.

http://code.google.com/p/twitter-/

Please let me know what you think or send me some links if you use it in your projects Wink


Twitter API Class - El Forum - 09-29-2008

[eluser]Jamie Rumbelow[/eluser]
Oh my god.

Just what we've needed. Fab.