I am working on automatic language processing, I want to retrieve data from facebook and build my dataset, the problem is that each time I try to retrieve this data, I encounter this problem:
{
"error": {
"message": "(#100) Page Public Metadata Access requires either app secret proof or an app token",
"type": "OAuthException",
"code": 100,
"fbtrace_id": "Azl7f9Wz5PDpX9K-dDIJ3xm"
}
}
I understand that the problem lies in the app token, but the concern is that I cannot get it and I don't know how to do it, is that possible?