Skip to content

Instantly share code, notes, and snippets.

@lifofernandez
Created March 25, 2016 17:41
Show Gist options
  • Save lifofernandez/9b52f0da3add242d22ef to your computer and use it in GitHub Desktop.
Save lifofernandez/9b52f0da3add242d22ef to your computer and use it in GitHub Desktop.
Notas
$app_id = 'APP_ID';
$app_secret = 'APP_SECRET';
$access_token = $app_id.'|'.$app_secret;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment