Skip to content

Instantly share code, notes, and snippets.

@CircleSquaredPublishing
Created October 3, 2015 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CircleSquaredPublishing/8dd521b838f09bcfb291 to your computer and use it in GitHub Desktop.
Save CircleSquaredPublishing/8dd521b838f09bcfb291 to your computer and use it in GitHub Desktop.
Step 1: Create the Holding File
/**********************************************************************************************
1. Create a file that will be used to store the results from the call to the Facebook Graph API.
***********************************************************************************************/
$table= basename(__FILE__ , '.php');
$name= ($table . '.json');
$fp= fopen($name, 'w' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment