Skip to content

Instantly share code, notes, and snippets.

@bmarshall511
Created August 25, 2014 14:09
Show Gist options
  • Save bmarshall511/0ef1cba5959fc6431739 to your computer and use it in GitHub Desktop.
Save bmarshall511/0ef1cba5959fc6431739 to your computer and use it in GitHub Desktop.
<?php
$helper = new FacebookRedirectLoginHelper('your redirect URL here');
$loginUrl = $helper->getLoginUrl();
// Use the login url on a link or button to redirect to Facebook for authentication
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment