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 09f4af3 commit d20a24eCopy full SHA for d20a24e
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