アルバム内のすべての写真のすべての共有数を取得するために、このバッチを作成しています (および各写真のいいね! とコメント):
私のバッチ:
[
{
"method":"GET",
"name":"get-photos",
"relative_url":"951337131548012?fields=photos.limit(250){likes.limit(1),comments.limit(1),id,source,page_story_id},likes.limit(1)"
},
{
"method":"GET",
"relative_url":"{result=get-photos:$.photos.data.*.page_story_id}?fields=shares"
}
]
常にSome of the aliases you requested do not exist
page_story_id 番号で返されますが、そのストーリー ID のグラフ API を照会すると、データが取得されます..
なぜアイデアはありますか?