Skip to content

Commit

Permalink
Merge pull request #501 from frankyso/master
Browse files Browse the repository at this point in the history
Add Page message for Facebook messenger access
  • Loading branch information
daviddesberg committed Jul 28, 2018
2 parents 127bd5c + d20a24e commit 7928abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OAuth/OAuth2/Service/Facebook.php
Expand Up @@ -120,6 +120,7 @@ class Facebook extends AbstractService
const SCOPE_FRIENDS_GAMES = 'friends_games_activity';
//Page Permissions
const SCOPE_PAGES = 'manage_pages';
const SCOPE_PAGES_MESSAGING = 'pages_messaging';
const SCOPE_PUBLISH_PAGES = 'publish_pages';

public function __construct(
Expand Down

0 comments on commit 7928abd

Please sign in to comment.