Skip to content

Commit

Permalink
Issue #1160 - instagram messaging permission added
Browse files Browse the repository at this point in the history
  • Loading branch information
nbartels committed Jun 5, 2021
1 parent 952401e commit 51ce31a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/main/java/com/restfb/scope/FacebookPermissions.java
Expand Up @@ -974,6 +974,21 @@ public enum FacebookPermissions {
@GraphAPI(since = "2.5")
INSTAGRAM_MANAGE_INSIGHTS("instagram_manage_insights", Category.INSTAGRAM),

/**
* The instagram_manage_messages permission allows business users to read and respond to Instagram Direct messages.
*
* <p>
* Please see <a href="https://developers.facebook.com/docs/instagram-api/getting-started">Instagram's Getting Started
* Guide</a> for details.
*
* <p>
* <strong>Review</strong>
*
* <p>
* If your app requests this permission Facebook will have to review how your app uses it.
*/
INSTAGRAM_MANAGE_MESSAGES("instagram_manage_messages", Category.INSTAGRAM),

/**
* Provides the ability to publish content to Instagram account you have access to.
*
Expand Down

0 comments on commit 51ce31a

Please sign in to comment.