8000 GitHub - Mane-Olawale/twitterfox: A Twitter API Library in Embryo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Mane-Olawale/twitterfox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TwitterFox

Still under development

Keys

This is how to setup your keys. check tests/init.php

$keys = [];

$keys[] = 'CONSUMER_KEY';
$keys[] = 'CONSUMER_SECRET_KEY';
$keys[] = 'ACCESS_KEY';
$keys[] = 'ACCESS_SECRET_KEY';

return $keys;

About

A Twitter API Library in Embryo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%
0