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