pages_messaging permission is required to interact with this endpoint.curl -i -X GET "https://graph.facebook.com/<LATEST_API_VERSION>/me/messaging_feature_review?access_token=<PAGE_ACCESS_TOKEN>"
{ "data": [ { "feature": "subscription_messaging", "status": "rejected" }, { "feature": "gender", "status": "pending" }, { "feature": "locale", "status": "limited" }, { "feature": "time_zone", "status": "approved" } ] }
| Property | Type | Description |
|---|---|---|
data | Array | An array of all submitted feature submission requests. If no request has been submitted, the array is empty. |
feature | String | The name of the feature. |
status | String | The current status of the feature review: PENDING (submitted and pending review), REJECTED (review has been rejected), APPROVED (review has been approved), LIMITED (feature access has been revoked by the policy enforcement team — check your Page Support Inbox for details). |