Skip to content

fbparis/TweetFuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

TweetFuck

THIS CLASS IS DEPRECATED. WORKING ON A NEW ONE...

Use Twitter API without OAuth and without restrictions.

Basic example:

<?php
$T = new TweetFuck;
if (!$T->signin('username_or_email','password')) die("Unable to sign in\n");
print_r($T->post('statuses/update',array('status'=>'Hello world')));
print_r($T->get('account/rate_limit_status'));
?>

About

Use Twitter API without OAuth and without restrictions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages