Time for action – searching a friend@#U+0027:s Wall Posts

It's confusing that the Graph URL for your news feed (which you'll see when you log in) is:

https://graph.facebook.com/me/home?access_token=«access_token»

The link to your wall is:

https://graph.facebook.com/me/feed?access_token=«access_token»

It's just something to memorize, I'm afraid.

Now, while we can't access someone else's home connection, we can access their feed connection as long as they're a friend; in other words, we can get data from:

https://graph.facebook.com/«username»/feed?access_token=«access_token»

And we can actually run a search query on this list:

https://graph.facebook.com/«username»/feed?q=«query»&access_token=«access_token»

Try loading that URL.

What just happened?

The result ...

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.