Facebook GraphAPI的Field Aliases不支持通過https url請求。字段別名不能與https圖API應用程序一起使用
的followoing是wher它不支持的例子: https://graph.facebook.com/v2.6/theunrealpage?fields=posts.limit(5){picture,full_picture,link,source,reactions.type(LIKE).limit(0).summary(total_count).as(like_reactions)}&access_token=531682143674670|c71A8V6qW0jarwsFqUWjMMJYQqo
當請求由它提供了以下錯誤:
error: { message: "(#100) Unknown fields: like_reactions,love_reactions.", type: "OAuthException", code: 100, fbtrace_id: "Dl3pAPrhdHt" }
有沒有辦法做到這一點?