Released October 29, 2019 | Available until February 3, 2022
This change applies to v5.0+.
The following endpoints are deprecated:
Released October 29, 2019 | Available until September 28, 2020
These changes apply to all versions.
POST / GET / DELETE /{page-id}/messenger_profile
— Ice Breakers. Apps can now set icebreakers on the Messenger profile via the API to provide a set of common questions that users can use to start a conversation.GET /{thread-id}
— Admin Messages Filter. Apps can now filter out admin messages to just get messages between the Page and the user.These changes apply to various versions.
The following endpoints are deprecated for versions v5.0+. They supported plain text only private replies. Use the New Private Replies instead.
The following endpoints wil be deprecated for all versions on March 4, 2020.
This change applies to all versions.
Endpoints that require manage_pages
or Page Public Content Access and return an error code 10
when both permissions are missing will now return a new error message:
This endpoint requires the 'manage_pages' permission or the 'Page Public Content Access' feature. Refer to https://developers.facebook.com/docs/facebook-login/permissions#reference-manage_pages and https://developers.facebook.com/docs/apps/review/feature#reference-PAGES_ACCESS for details.
This change applies to v5.0+
Requests made to endpoints that require the Page Public Content Access feature must be made with either an App Access Token or include the app's App Secret. If the calling app has been granted the manage_pages
permission however, an app access token or app secret is not required.