MunGell / Codeigniter-TwitterOAuth

Codeigniter and TwitterOauth library integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detailed Example

himanshuy opened this issue · comments

I am new to codeigniter and trying to figure out how would I implement it?
Would you be able to provide a step by step example here?
I am not sure what would I put in my controller method when I will hit it with 'Twitter Login' button.

I'm also a little lost with this.

I'm not sure how to implement a login system on my web application a little more clarity on this will be appreciated.

Thanks for your time!

Hi guys,

I have created an sample controller that shows all the main features of the library. Please, take a look at application/controllers/twitter.php.

Unfortunately, I am not able to write a detailed guide, because of lack of time. This library itself is extremely simple, so please refer to PHP documentation for guidance.

Also, you can take a look at the original TwitterOAuth library (https://github.com/abraham/twitteroauth) and its documentation.