I'm a novice with Twitter API and need some help. I'm attempting to
retrieve tweets using the Get lists/statuses command. The command is:
$json = wp_remote_get("
http://api.twitter.com/1/lists/statuses.xml?
slug=lakeforestmerchants&owner_screen_name=fawcedo");
My list name is "lakeforestmerchants" and my screen name is
"fawcedo".
Unfortunately, however, this is not pulling in any tweets.
Any comments or help would be greatly appreciated.
Thanks.