Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

## Twitter OAuth Setting
### file: api/system/application/config/config.php
/*
|--------------------------------------------------------------------------
| Twitter
|--------------------------------------------------------------------------
|
| Edit your twitter oauth information.
|
*/
$config['screen_name'] = '';
$config['consumer_key'] = '';
$config['consumer_secret'] = '';
$config['oauth_token'] = '';
$config['oauth_token_secret'] = '';