开发者

FQL equilant for page feed

Hi

I am looking for the FQL equlant for https://graph.facebook.com/coca-cola/feed

The above Graph API call will return lot of data which I don't need.. I am looking for the FQL equilant to return only the id, from_id, from_name, message and c开发者_如何学运维reated_time.

Please help

Best Regards...


Here's the table you should query http://developers.facebook.com/docs/reference/fql/stream/.

However, it might be easier to request https://graph.facebook.com/coca-cola/feed?fields=id,from_id,from_name,message,created_time. Though, it returns an error - from_id and from_name don't exist, thus try https://graph.facebook.com/coca-cola/feed?fields=id,message,created_time.

Hope it helps.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜