Twitter examples to show all tweets and post a tweet via Twitter API 1.1
Steps to make the application work:
- Go to https://dev.twitter.com/apps/ and create your app.
- Obtain the following keys:
- oauth_access_token
- oauth_access_token_secret
- consumer_key
- consumer_secret
- Paste what you need in the config.php file
Upload everything and enjoy :)
P.S. TwitterAPIExchange.php class created by James Mallison me@j7mbo.co.uk under MIT license.