Skip to content

Instantly share code, notes, and snippets.

@bmarshall511
Created August 15, 2014 12:34
Show Gist options
  • Save bmarshall511/214088fae2f352edf48f to your computer and use it in GitHub Desktop.
Save bmarshall511/214088fae2f352edf48f to your computer and use it in GitHub Desktop.
<?php
// Requested permissions - optional
$permissions = array(
'email',
'user_location',
'user_birthday'
);
// Get login URL
$loginUrl = $helper->getLoginUrl($permissions);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment