Guest User

Untitled

a guest
Jun 18th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $friends_array=$facebook->api_client->friends_get('','');
  2.  
  3. foreach ($friends_array as $userid)
  4. {
  5. $user_details=$facebook->api_client->users_getStandardInfo($uid, array('last_name','first_name', 'sex', 'proxied_email'));
  6. echo $user_details;
  7. }
Add Comment
Please, Sign In to add comment