Skip to content

Commit

Permalink
Issue #1093 - fixed wrong permission value
Browse files Browse the repository at this point in the history
  • Loading branch information
nbartels committed Aug 31, 2020
1 parent bbdbf83 commit b71d542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/restfb/scope/FacebookPermissions.java
Expand Up @@ -879,7 +879,7 @@ public enum FacebookPermissions {
* <p>
* If your app requests this permission Facebook will have to review how your app uses it.
*/
CATALOG_MANAGEMENT("business_management", Category.EVENTS_GROUPS_PAGES), //
CATALOG_MANAGEMENT("catalog_management", Category.EVENTS_GROUPS_PAGES), //

/**
* Grants your app permission to retrieve all the information captured within a
Expand Down Expand Up @@ -907,7 +907,7 @@ public enum FacebookPermissions {
* If your app requests this permission Facebook will have to review how your app uses it.
*/
@GraphAPI(since = "2.6")
PAGES_MESSAGING_SUBSCRPTIONS("pages_messaging_subscriptions", Category.MESSAGING), //
PAGES_MESSAGING_SUBSCRIPTIONS("pages_messaging_subscriptions", Category.MESSAGING), //

/**
* This allows you to charge users in Messenger conversations on behalf of pages.
Expand Down

0 comments on commit b71d542

Please sign in to comment.