Skip to content

Instantly share code, notes, and snippets.

@bmarshall511
Created August 25, 2014 14:16
Show Gist options
  • Save bmarshall511/87b73453b7514d9f56d8 to your computer and use it in GitHub Desktop.
Save bmarshall511/87b73453b7514d9f56d8 to your computer and use it in GitHub Desktop.
<?php
$me = (new FacebookRequest(
$session, 'GET', '/me'
))->execute()->getGraphObject(GraphUser::className());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment