开发者

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

开发者 https://www.devze.com 2023-01-26 06:43 出处:网络
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 cre

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

精彩评论

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