Codeigniter-TwitterOAuth icon indicating copy to clipboard operation
Codeigniter-TwitterOAuth copied to clipboard

Detailed Example

Open himanshuy opened this issue 12 years ago • 2 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.

himanshuy avatar Aug 07 '13 03:08 himanshuy

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!

albpara avatar Dec 26 '13 16:12 albpara

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.

MunGell avatar Jan 22 '14 09:01 MunGell