Skip to content

Commit

Permalink
Add Page message for Facebook messenger access
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyso committed Dec 9, 2016
1 parent 09f4af3 commit d20a24e
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 d20a24e

Please sign in to comment.