forked from pengkong/A3M-for-CodeIgniter-2.0
-
Notifications
You must be signed in to change notification settings - Fork 52
Twitter Setup
Jakub edited this page Sep 6, 2013
·
1 revision
- Create an App and note down the "Consumer key" and "Consumer secret" values
- Callback URL:
https://www.yoursite.com/account/connect_twitter/
- Allow this application to be used to # with Twitter [X]
- Edit
application/config/account/twitter.php
and insert your consumer key and consumer secret.
- localhost and 127.0.0.1 will not work. Use your internal IP (eg. 192.168.1.10)