Advertisement
diegocaetanop

Como pegar

Sep 27th, 2014
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.74 KB | None | 0 0
  1. stdClass Object
  2. (
  3.     [pagination] => stdClass Object
  4.         (
  5.             [next_url] => https://api.instagram.com/v1/users/xxxxxxx/followed-by?access_token=xxxxxxxxxxxxxx&count=1&cursor=xxxxxxxxxx
  6.             [next_cursor] => xxxxxxxxxx
  7.         )
  8.  
  9.     [meta] => stdClass Object
  10.         (
  11.             [code] => 200
  12.         )
  13.  
  14.     [data] => Array
  15.         (
  16.             [0] => stdClass Object
  17.                 (
  18.                     [username] => xxxxxxx
  19.                     [bio] => xxxxxxxx
  20.                     [website] =>
  21.                     [profile_picture] => http://xxxxxxxxxxxxxxxxxxxx.jpg
  22.                     [full_name] => xxxxxxxxxxxxxxx
  23.                     [id] => xxxxxxxxxxxxxxx
  24.                 )
  25.  
  26.         )
  27.  
  28. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement