Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?php
  2. $apis = clApi::exec(array(
  3.   'http://api.twitter.com/1/statuses/user_timeline.xml?screen_name=squidoo',
  4.   'http://api.twitter.com/1/statuses/user_timeline.xml?screen_name=github',
  5. ));
  6.  
  7. $statuses = clApi::grep($apis, 'status', 'date,desc:created_at');