Skip to content

Instantly share code, notes, and snippets.

@armetiz
Created January 14, 2013 14:58
Show Gist options
  • Save armetiz/4530593 to your computer and use it in GitHub Desktop.
Save armetiz/4530593 to your computer and use it in GitHub Desktop.
<?php
//get user
$friends = $user->getFriends();
foreach ($friends as $friend) {
echo $friend->getId();
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment