
STEP 1 - create the redirect_uri page First, create a simple php script in your local web server, which has the Canvas URL (redirect_uri) you set creating your Facebook App in STEP 3. I set this URL to http://localhost/fb-tokens/. My local web server Put the following code. <?php print_r($_GET); ?> This...