We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab6d00 commit 7afe3c0Copy full SHA for 7afe3c0
1 file changed
facebook_graph_api/defines.php
@@ -6,7 +6,11 @@
6
define( 'FB_GRAPH_VERSION', 'v12.0' );
7
define( 'FB_GRAPH_DOMAIN', 'https://graph.facebook.com/' );
8
9
+ // facebook user access token
10
$userAccessToken = '{FB-USER-ACCESS-TOKEN}';
11
12
+ // facebook page id
13
$pageId = '{FB-PAGE-ID}';
14
+
15
+ // facebook page access token
16
$pageAccessToken = '{FB-PAGE-ACCESS-TOKEN}';
0 commit comments