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