Graph API Reference v9.0: Video Polls - Documentation - Facebook for Developers

Graph API Reference v9.0: Video Polls

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

Lee mas