IT Nursery
I’m using the “FriendFeed Activity” widget to show the latest 7 enties of my friend feed. However, FriendFeed just aggregates my Twitter, Blog (via RSS) and YouTube activities. That...
  • May 28, 2022
  • 0 Comments
IT Nursery
I have 264,307 “http” (post_type = http) rows in my wp_posts table. 99% of those have them have this post_title: GET http://twitter.com/statuses/user_timeline/@xcentric.json?count=100 and “error” as the post_status. Can I...
  • May 27, 2022
  • 0 Comments
I would really like to add @anywhere support to my blog, as my posts usually mention two or three Twitter users. I’m not much of a code monkey though,...
  • May 25, 2022
  • 0 Comments
I’m pulling in the XML from Twitter via OAuth. I’m doing a request to http://twitter.com/account/verify_credentials.xml, which returns the following XML: <?xml version="1.0" encoding="UTF-8"?> <user> <id>16434938</id> <name>Lloyd Sparkes</name> <screen_name>lloydsparkes</screen_name> <location>Hockley,...
  • May 22, 2022
  • 0 Comments