开发者

Facebook API PHP - Getting number of likes of a posted video

开发者 https://www.devze.com 2023-03-12 21:22 出处:网络
I want to get number of likes of a video, posted on a facebook page in video section... I dont know what I\'m doing wrong.

I want to get number of likes of a video, posted on a facebook page in video section...

I dont know what I'm doing wrong.

If I pass this,

$response=$facebook->api("/PAGE ID/videos");

I'm getting all posted videos of my PAGE. But I can't get the number o开发者_开发百科f people who like the video. I'm sure more number of people is liking the video.

Please help me with this.

Thanks.


$facebook->api_client->fql_query('SELECT user_id FROM like WHERE object_id="122706168308"');
0

精彩评论

暂无评论...
验证码 换一张
取 消