I am attempting to subscribe to webhooks but am receiving 500 error response:
2

I am attempting to subscribe to webhooks but am receiving the following response:

https://graph.facebook.com/v15.0/XXXXXXXXXXXX/subscribed_apps?subscribed_fields=feed&access_token=EAA**** { "error": { "message": "An unexpected error has occurred. Please retry your request later.", "type": "OAuthException", "is_transient": true, "code": 2, "fbtrace_id": "Aqj91YVYXFaJgBvF3AEI4b8" } }

Akash
ถามแล้ว ประมาณ​ 2 เดือนที่แล้ว
Akash

How to resolve the error mentioned above? I couldn't find any solution or root cause for this issue in the Meta documents.

3 กันยายน เวลา 06:01 น.
คำตอบที่เลือก
1

v15?? try v20

29 สิงหาคม เวลา 16:29 น.
Noam
Akash

Still same error

2 กันยายน เวลา 00:21 น.
Akash

==== Query curl -i -X POST \ "https://graph.facebook.com/v17.0/543416105851496/subscribed_apps?subscribed_fields=feed&access_token=" ==== Access Token Info { "perms": [ "pages_show_list", "ads_management", "business_management", "instagram_basic", "instagram_manage_comments", "instagram_manage_insights", "instagram_content_publish", "instagram_manage_messages", "pages_read_engagement", "pages_manage_metadata", "public_profile" ], "page_id": 543416105851496, "user_id": "10158530985005017", "app_id": 110969399582551 } ==== Parameters - Query Parameters

{ "subscribed_fields": "feed" } - POST Parameters

{} ==== Response { "error": { "message": "An unexpected error has occurred. Please retry your request later.", "type": "OAuthException", "is_transient": true, "code": 2, "fbtrace_id": "Ac3-J8WGpnah3LFZQv74itO" } } ==== Debug Information from Graph API Explorer - https://developers.facebook.com/tools/explorer/?method=POST&path=543416105851496%2Fsubscribed_apps%3Fsubscribed_fields%3Dfeed&version=v17.0&classic=0

3 กันยายน เวลา 06:11 น.