So I'm using the following endpoint from facebook graph-api to get a specific post data:
https://graph.facebook.com/v2.2/{post-id}?access_token=XXX
However, it gives me the following error:
{
error: {
message: "Unsupported get request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",
type: "GraphMethodException",
code: 100
}
}
Why is that? I'm doing the samething based on their documentation!