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.
- Host: GitHub
- URL: https://github.com/ryanhefner/twitteroauth-codeigniter
- Owner: ryanhefner
- Created: 2013-10-06T21:16:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-07T01:50:44.000Z (over 12 years ago)
- Last Synced: 2025-02-10T07:16:40.354Z (over 1 year ago)
- Language: PHP
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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