user350885
user350885

Reputation: 1

Display Facebook wall posts using the Javascript SDK

I'm having trouble using FB.Facebook.apiClient.stream_get (as in, I don't know how it works), but I have not been able to find clear instructions on how to use it to get all the posts made on the Wall of my fan page. Can someone provide me with some instruction?

Thanks, much appreciated!

Tom Nchinda

Upvotes: 0

Views: 8389

Answers (1)

Soufiane Hassou
Soufiane Hassou

Reputation: 17750

I highly advise you to use the new Open Graph API.

You can call the API using the new Javascript SDK like this : http://developers.facebook.com/docs/reference/javascript/FB.api

Upvotes: 2

Related Questions