tijsverkoyen / TwitterOAuth

PHP Twitter is a (wrapper)class to communicate with the Twitter API with the use of OAuth.

Home Page:http://classes.verkoyen.eu/twitter_oauth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation?

dmbekker opened this issue · comments

Where did the docs go? http://classes.verkoyen.eu/twitter_oauth/docs. redirects to github now where I can't find any docs..

The docs were generated based on the PHPDoc for each method. So you can find the docs inside the class itself.
Or check https://github.com/tijsverkoyen/TwitterOAuth/blob/master/tests/index.php there is an example for most methods.