CodeIgniter-Twitter Library |
[eluser]simonmaddox[/eluser]
After having a bit of a look online, I found that the only CodeIgniter library for Twitter works by looking at RSS feeds (http://www.haughin.com/code/twitter/). So, CodeIgniter-Twitter was born. It's a library which provides simple access to the Twitter API, allowing you to do things like: - Post a new tweet - Access/send direct messages - Follow new people - Update a user's profile etc... Usage is as follows: Code: $this->load->library('twitter'); As long as you call the auth() method before anything else in the class, everything should work fine. You can download the library by visiting the project's page on Github here: http://github.com/simonmaddox/codeignite...ree/master |
Messages In This Thread |
CodeIgniter-Twitter Library - by El Forum - 01-02-2009, 05:54 AM
CodeIgniter-Twitter Library - by El Forum - 01-02-2009, 06:24 AM
CodeIgniter-Twitter Library - by El Forum - 01-02-2009, 07:46 PM
CodeIgniter-Twitter Library - by El Forum - 01-21-2009, 11:54 AM
CodeIgniter-Twitter Library - by El Forum - 02-04-2009, 05:28 AM
CodeIgniter-Twitter Library - by El Forum - 02-04-2009, 08:05 AM
CodeIgniter-Twitter Library - by El Forum - 02-04-2009, 09:16 AM
CodeIgniter-Twitter Library - by El Forum - 02-04-2009, 11:30 AM
CodeIgniter-Twitter Library - by El Forum - 02-12-2009, 09:13 AM
CodeIgniter-Twitter Library - by El Forum - 02-12-2009, 10:11 AM
CodeIgniter-Twitter Library - by El Forum - 02-13-2009, 02:54 AM
CodeIgniter-Twitter Library - by El Forum - 02-13-2009, 04:36 AM
CodeIgniter-Twitter Library - by El Forum - 02-16-2009, 06:26 PM
CodeIgniter-Twitter Library - by El Forum - 06-08-2009, 11:53 AM
CodeIgniter-Twitter Library - by El Forum - 06-08-2009, 11:59 AM
CodeIgniter-Twitter Library - by El Forum - 06-08-2009, 12:40 PM
CodeIgniter-Twitter Library - by El Forum - 06-18-2009, 11:20 PM
CodeIgniter-Twitter Library - by El Forum - 06-19-2009, 05:02 AM
CodeIgniter-Twitter Library - by El Forum - 06-19-2009, 01:05 PM
CodeIgniter-Twitter Library - by El Forum - 06-20-2009, 04:21 AM
CodeIgniter-Twitter Library - by El Forum - 06-22-2009, 11:53 AM
CodeIgniter-Twitter Library - by El Forum - 07-03-2009, 09:08 PM
CodeIgniter-Twitter Library - by El Forum - 07-31-2009, 10:59 AM
CodeIgniter-Twitter Library - by El Forum - 11-17-2009, 07:29 PM
CodeIgniter-Twitter Library - by El Forum - 06-09-2010, 05:05 AM
CodeIgniter-Twitter Library - by El Forum - 06-09-2010, 11:17 PM
|