Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've seen all the posts here on stackoverflow about posting status updates to a page's wall (not a user's wall); but all appear to be out of date as none of them address the issue with the new Open Stream API. All the research I've done on Google leads me to the same end: Out of date tutorials that end up saying that the current implementation isn't perfect but "hopefully when the Open Stream API is released, it'll be better."

Well, Open Stream is here. Any ideas how to leverage it and post a simple status update to a Fan site page?

share|improve this question

1 Answer

up vote 6 down vote accepted

Open Stream API's official release was two days ago. That explains the lack of tutorials.

If you specified a session_key, and that session user is a Page admin, then you can specify a Page ID here to publish to one Page for which the session user is an admin.

share|improve this answer

protected by Community Aug 5 '11 at 12:33

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

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