We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c395767 commit 2e43b0fCopy full SHA for 2e43b0f
README.md
@@ -42,9 +42,9 @@ Next we need to add this token to our Laravel configurations. Create a new Faceb
42
'page-token' => env('FACEBOOK_PAGE_TOKEN', 'YOUR PAGE TOKEN HERE'),
43
44
// Optional - Omit this if you want to use default version.
45
- 'version' => env('FACEBOOK_GRAPH_API_VERSION', '4.0')
+ 'version' => env('FACEBOOK_GRAPH_API_VERSION', '4.0')
46
47
- // Optional - If set, the appsecret_proof will be send to verify your page-token
+ // Optional - If set, the appsecret_proof will be sent to verify your page-token.
48
'app-secret' => env('FACEBOOK_APP_SECRET', '')
49
],
50
...
0 commit comments