Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fukata/mytwitter-webapi
private twitter client for web api.
https://github.com/fukata/mytwitter-webapi
Last synced: 29 days ago
JSON representation
private twitter client for web api.
- Host: GitHub
- URL: https://github.com/fukata/mytwitter-webapi
- Owner: fukata
- License: other
- Created: 2011-01-24T05:04:06.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-01T04:29:04.000Z (about 13 years ago)
- Last Synced: 2024-10-10T12:26:05.463Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 449 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Twitter OAuth Setting
### file: api/system/application/config/config.php
/*
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
|
| Edit your twitter oauth information.
|
*/
$config['screen_name'] = '';
$config['consumer_key'] = '';
$config['consumer_secret'] = '';
$config['oauth_token'] = '';
$config['oauth_token_secret'] = '';