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.

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

share|improve this question

2 Answers

up vote 0 down vote accepted

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

Then just run a jQuery setInterval to keep it live!

share|improve this answer
thanks for help – coolkid Nov 23 '10 at 14:54

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.

share|improve this answer
thanks for help – coolkid Nov 23 '10 at 14:54

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.