Hello i have a problem .. i want to get all the feeds from a facebook page using fb graph API without OAuth but i have a problem
https://graph.facebook.com/[page ID]/feed
i get the following response
{
"error": {
"type": "OAuthAccessTokenException",
"message": "An access token is required to request this resource."
}
}
ben başka bir sayfayı kontrol ederken doğru yanıt alır
https://graph.facebook.com/[another page ID]/feed
{
"data": [
{
...
neden bir sayfa için bir erişim belirteci soruyor ... ve başka bir sayfa için bunu yapmaz?
EDIT
ben 2 gün önce ilk sayfa Grafik çağrı kontrol ve% 100 çalışıyordu