Posting to another Wall

The authenticated user is not the only one with a Wall. Everyone on Facebook has a Wall, and so do all the Pages and Groups and Events. How can we post to those?

It's even simpler than adding new variables. We just change the URL that we want to post to—to post to the Wall of Bob Smith (bob.smith), instead of https://graph.facebook.com/me/feed we'd open a URLR equest to https://graph.facebook.com/bob. smith/feed (or, if using the SDK, use a Graph URL stub of /bob.smith/feed).

The same is true for any other Object with a Wall: POST the message to https://graph.facebook.com/«ID»/feed. You can publish rich posts to these too, and the JSON looks the same.

You don't even need a different extended permission for this; publish_stream ...

Get Facebook Graph API Development with Flash now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.