Skip to content

Instantly share code, notes, and snippets.

View kevinspencer's full-sized avatar

Kevin Spencer kevinspencer

View GitHub Profile
@kevinspencer
kevinspencer / twitterfeed.php
Created October 21, 2012 06:59 — forked from russellbeattie/twitterfeed.php
Twitter stream as a feed in Atom format (using oauth)
<?
/**
* twitterfeed.php
*
* A single file script which serves an authenticated personal Twitter timeline as an Atom feed.
*
* To use:
* 1) Go to https://dev.twitter.com/apps and create a new App
* 2) Use the Authentication button to create the tokens/secrets needed
* 3) Copy the results into the appropriate spots below