Graph API Reference v9.0: Page Agencies - Documentation - Facebook for Developers

Graph API Reference v9.0: Page Agencies

/* make the API call */ FB.api( "/{page-id}/agencies", function (response) { if ( response && !response.error) { /* handle the result */ } } ); /* make the API call */ new ...

Lee mas