Graph API Reference v9.0: User Feed - Documentation - Facebook for Developers
Graph API Reference v9.0: User Feed
/* make the API call */ FB.api( "/{user-id}/feed", function (response) { if (response
&& !response.error) { /* handle the result */ } } ); /* make the API call */ new ...