如何使用考拉宝石从应用程序页面获取信息?
例如,如果我想获得关于糖果迷传奇喜欢的页面的信息,我输入@graph.get_object(candycrushsaga+"/likes")。
我如何获得其他功能,如评论,喜欢和分享?
这能用考拉吗?
发布于 2015-05-19 05:28:30
您可以使用get_connections使用提要节点,即
@graph.get_connections('candycrushsaga','feed?fields=status_type,type,story,message,likes{name},comments,link,name, from')更多信息,https://developers.facebook.com/docs/graph-api/reference/v2.3/page/feed和https://developers.facebook.com/docs/graph-api/reference/v2.3/post#fields。
https://stackoverflow.com/questions/29546045
复制相似问题