Skip to content

Instantly share code, notes, and snippets.

View gavinbenda's full-sized avatar

Gavin Benda gavinbenda

View GitHub Profile
@gavinbenda
gavinbenda / twitter-rss.php
Last active December 18, 2015 10:49
Adaptor for apps requiring Twitter feeds in RSS format. You'll also need to download the TwitterAPIExchange.php class from here: https://github.com/J7mbo/twitter-api-php/blob/master/TwitterAPIExchange.php Follow these instructions to setup your Twitter app: http://stackoverflow.com/questions/12916539/simplest-php-example-retrieving-user-timeline…
<?php
/*
/* enter your Twitter username here */
DEFINE('TWITTER_USERNAME', 'replace-me');
/*
/* this is where you put in all of your secret spices */
/* check out this guide for an explaination: http://stackoverflow.com/questions/12916539/simplest-php-example-retrieving-user-timeline-with-twitter-api-version-1-1/15314662#15314662 */