Skip to content

Commit 7afe3c0

Browse files
committed
facebook graph api page access tokens
1 parent 7ab6d00 commit 7afe3c0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

facebook_graph_api/defines.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
define( 'FB_GRAPH_VERSION', 'v12.0' );
77
define( 'FB_GRAPH_DOMAIN', 'https://graph.facebook.com/' );
88

9+
// facebook user access token
910
$userAccessToken = '{FB-USER-ACCESS-TOKEN}';
1011

12+
// facebook page id
1113
$pageId = '{FB-PAGE-ID}';
14+
15+
// facebook page access token
1216
$pageAccessToken = '{FB-PAGE-ACCESS-TOKEN}';

0 commit comments

Comments
 (0)