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 can not figure out if I can create an application(native windows) that has a subscription to any given facebook page? or is only my own apps I am allowed to?

An example: Given http://www.facebook.com/natholdet, would i then be able to get a notification in my app that a new post on the wall have been posted, or do i need to check it every now and then? (are there any limites from facebook on how offen i can check it).

share|improve this question
You should be able to do anything you can through a browser. So can you subscribe to that page? I don't make a habit of clicking random Facebook pages. – Ramhound Nov 29 '12 at 13:29
i am talking about this: developers.facebook.com/docs/reference/api/realtime – s093294 Nov 29 '12 at 13:56

1 Answer

From the documentation:

"Page - Get notifications when pages that have installed your app as a Tab change some of their public properties"

Similarly, for Page objects, you can only subscribe to changes to public attributes of the page, such as name, category, and picture.

Hence, there is no realtime updates for posts anyways.

share|improve this answer
pages that have installed your app as a Tab : thats not the case anyhow – s093294 Nov 29 '12 at 15:38
Right, its a little outdated. But the same principles probably apply. – Tommy Crush Nov 29 '12 at 15:39

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.