Skip to content

Instantly share code, notes, and snippets.

@pietromalerba
Forked from niraj-shah/fb_login_4.0.php
Last active August 29, 2015 14:12
Show Gist options
  • Save pietromalerba/cc59dac6324d83250e6b to your computer and use it in GitHub Desktop.
Save pietromalerba/cc59dac6324d83250e6b to your computer and use it in GitHub Desktop.
<?php
// include code from https://gist.github.com/niraj-shah/ab1c74ad83df172e6075
// generate login url with scope, each permission as element in array
$loginUrl = $helper->getLoginUrl( array( 'email', 'user_friends' ) );
// output login link
echo '<a href="' . $loginUrl . '">Login</a>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment