Skip to content

Instantly share code, notes, and snippets.

@mikehenriquezf
Created August 29, 2012 20:22
Show Gist options
  • Save mikehenriquezf/3518375 to your computer and use it in GitHub Desktop.
Save mikehenriquezf/3518375 to your computer and use it in GitHub Desktop.
public function getPageAccessToken($pageId)
{
$this->getFacebook();
$accessToken = $this->facebook->api('/'. $pageId .'?fields=access_token');
return $accessToken;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment