我向facebook上的视频帖子发出GET请求,以查看视频被观看了多少次(例如,“ https://graph.facebook.com/v3.2/ {userid_postid} / insights / post_video_views?period = lifetime&access_token = {access_token}”)并返回值15k。但是,如果我访问网页本身(例如https://www.facebook.com/ {userid_postid}),则会在视频框下方看到“ 60k观看次数”。
我为自己的无知表示歉意,但是如何通过API访问60k值?
[1] https://developers.facebook.com/docs/graph-api/reference/v3.2/insights
答案 0 :(得分:0)
在上面的示例中找到了返回60k数字的答案:“ https://graph.facebook.com/v3.2/ { video_id } / video _ insights / 总计 > _video_views?period = lifetime&access_token = {access_token}“
[1] https://developers.facebook.com/docs/graph-api/reference/video/video_insights/