https://github.com/moemoe89/twitter-login-ci3
🐦 Twitter login with PHP using Codeigniter 3 framework
https://github.com/moemoe89/twitter-login-ci3
api codeigniter login oauth php rest twitter
Last synced: about 1 year ago
JSON representation
🐦 Twitter login with PHP using Codeigniter 3 framework
- Host: GitHub
- URL: https://github.com/moemoe89/twitter-login-ci3
- Owner: moemoe89
- Created: 2015-08-19T08:34:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-18T15:21:50.000Z (almost 11 years ago)
- Last Synced: 2023-03-03T16:14:47.144Z (over 3 years ago)
- Topics: api, codeigniter, login, oauth, php, rest, twitter
- Language: PHP
- Homepage: http://demo.momo.my.id/tw_login_ci3/
- Size: 595 KB
- Stars: 7
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twitter-login-ci3
Twitter login with Codeigniter 3
## Demo
> http://demo.momo.my.id/tw_login_ci3/
change
```
$config = array(
'consumer_key' => '',
'consumer_secret' => '',
'oauth_callback' => '/welcome/callback' // Default callback application path
);
```
on application->config->twitter.php with your key