开发者

how to get a post id to view that separately from facebook wall

I want to view a post ID which I posted on facebook page's wall so I could observe its activity . Because facebook doesn't notify me when anot开发者_如何学编程her one comment on that post.


If you created the post programmatically from your app by Graph API, as a response you should get a JSON object with the id of the post. You can save it into your database and use it to track comments.


http://www.prettyklicks.com/demo/fbjson.php

Then just run a jQuery setInterval to keep it live!

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜