Guest User

Untitled

a guest
Feb 23rd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $params = array(
  2. 'screen_name' => 'username',
  3. 'exclude_replies' => true,
  4. 'include_rts' => true,
  5. 'count' => 20,
  6. 'result_type' => 'recent',
  7. );
  8. $content = $connection->get('statuses/user_timeline', $params);
Add Comment
Please, Sign In to add comment