Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 469 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 469 Bytes

twitter_api

Twitter api to fetch tweets with a given hashtag and has been retweeted atleast once.

Steps to run app

  1. Create a new twitter app(with access to Read only permissions) at https://apps.twitter.com
  2. Set consumer key and secret of your twitter app in includes/config.php file.
  3. Set oauth callback url in includes/config.php file and make sure it is same as Callback URL specified in your twitter api configuration.
  4. Open index.php page in browser.