Skip to content

Instantly share code, notes, and snippets.

@philipjabenton
Created November 19, 2012 12:07
Show Gist options
  • Select an option

  • Save philipjabenton/4110332 to your computer and use it in GitHub Desktop.

Select an option

Save philipjabenton/4110332 to your computer and use it in GitHub Desktop.
Targets Located Twitter Plugin fix
/* $messages = fetch_rss( 'http://twitter.com/statuses/user_timeline/' . $username . '.rss' ); */
$messages = fetch_rss( 'https://api.twitter.com/1/statuses/user_timeline.rss?&screen_name=' . $username );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment