A super simple extension of Abraham Williams' 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