An open API service indexing awesome lists of open source software.

https://github.com/ryanhefner/twitteroauth-codeigniter

A super simple extension of Abraham Williams' TwitterOauth class so that it can be used as a Codeigniter library.
https://github.com/ryanhefner/twitteroauth-codeigniter

Last synced: about 1 year ago
JSON representation

A super simple extension of Abraham Williams' TwitterOauth class so that it can be used as a Codeigniter library.

Awesome Lists containing this project

README

          

TwitterOAuth-Codeigniter
========================

A super simple extension of [Abraham Williams](http://abrah.am)' [TwitterOAuth](https://github.com/abraham/twitteroauth) class so that it can be used as a Codeigniter library.

It includes a basic wrapper class `TwitterOAuth_Codeigniter` that updates the constructor to work with Codeigniters' native library loader that accepts a single array of params. Those params are then mapped to the method variables used to construct the parent class. This allows for a super simple integration of Williams' TwitterOAuth library, without have to modify any of the TwitterOAuth code.

####Requirements
In order for this class to work properly, you need to have both this repo and the twitteroauth repo included as a submodule in your `application/libraries` directory of your Codeigniter project.

####Installation