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 another one comment on that post. Thanks for any help
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
http://www.prettyklicks.com/demo/fbjson.php Then just run a jQuery setInterval to keep it live! |
|||
|
|
|
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. |
|||
|
|