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.
2 parents 127bd5c + d20a24e commit 7928abdCopy full SHA for 7928abd
src/OAuth/OAuth2/Service/Facebook.php
@@ -120,6 +120,7 @@ class Facebook extends AbstractService
120
const SCOPE_FRIENDS_GAMES = 'friends_games_activity';
121
//Page Permissions
122
const SCOPE_PAGES = 'manage_pages';
123
+ const SCOPE_PAGES_MESSAGING = 'pages_messaging';
124
const SCOPE_PUBLISH_PAGES = 'publish_pages';
125
126
public function __construct(
0 commit comments