アプリケーションのテスト中に見つけた情報を共有するだけです。
Facebook Graph API は、ドキュメント ページで説明されているように、レート制限を実装しています。今日、CNN Facebook ページからフィードを取得しようとしたところ、次の500エラーが発生しました。
{"error":{"code":1,"message":"Please reduce the amount of data you're asking for, then retry your request"}}
これは私がテストしようとしていたクエリです:
https://graph.facebook.com/v2.3/5550296508/feed?fields=id,actions,application,caption,created_time,description,from,icon,is_hidden,link,message,message_tags,name,object_id,picture,place,privacy,properties,source,status_type,story,story_tags,to,type,updated_time,with_tags,shares,likes.limit(50),comments.filter(stream).limit(50){attachment,created_time,from,id,like_count,message,message_tags,comments{attachment,created_time,from,id,like_count,message,message_tags}}&access_token=xxxxxxx