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 created a page in Facebook and with my Facebook user I liked it.

What I'd like is to get in my c# application are new posts that appear in the wall of the page

Please note I'd like to see only new posts, that is posts I never read.

Is it possibile?

Could you post some example code?

share|improve this question

1 Answer

You can have real time access if that's what you want, but there's nothing in the API at least that I have used or read to do that.

https://developers.facebook.com/docs/reference/api/realtime/

share|improve this answer
thanks for your reply...anyone can say me if is there any solution? I'd like in my application to notify that a new post is added..to make user more interested to go to facebook page...thanks to everyone – Giuseppe Battinelli Oct 27 '11 at 15:34

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.