Guest User

Untitled

a guest
May 28th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2. $fb = new Facebook\Facebook([
  3. 'app_id' => '{app-id}',
  4. 'app_secret' => '{app-secret}',
  5. 'default_graph_version' => 'v2.8'
  6. ]);
  7. $accessToken = $fb->getApp()->getAccessToken();
Add Comment
Please, Sign In to add comment