ソース ID のリストの更新を取得するために FQL クエリを使用しています。
select type,post_id, message,permalink, created_time,updated_time,type,message_tags, app_data, attachment from stream where source_id IN (page_id1,page_id2)
アプリ アクセス トークンを使用しました。また、拡張アクセス許可に read_stream アクセス許可を追加しました。
次のエラーが発生しました。
{
"error": {
"message": "(#606) Queries for multiple source_ids require a non-zero viewer that has granted read_stream permission",
"type": "OAuthException",
"code": 606
}
}
私のアプリには 10 人のユーザーがいます。アプリのインサイトをチェックすると、月間アクティブ ユーザー数が 10 と表示されます。
私は何かが欠けていますか?