What does "error_subcode": 33 mean in the facebook response error?

Does anyone know what it means error_subcode: 33 in facebook response error? I know this is related to mission resolution, but I want to be 100% sure.

We got the following error:

{"error":{"message":"Unsupported get request. Object with ID 'XXXX'
does not exist, cannot be loaded due to missing permissions, or does
not support this operation. Please read the Graph API documentation at
https://developers.facebook.com/docs/graph-api","type":"GraphMethodException","code":100,"error_subcode":33,"fbtrace_id":"BRwGjA9kkKU"}}

But in the API API API Graph documentation https://developers.facebook.com/docs/graph-api/using-graph-api/ I cannot find error_subcodewith a value of 33.

I want me to be able to rely on this subcode to make sure that I do not have permission to get the resource from the Facebook API, because I do not want to rely on the error message.

+4
source share
1 answer

Source: https://habr.com/ru/post/1687931/


All Articles