How to get the number of video's views in facebook

前端 未结 1 1940
后悔当初
后悔当初 2021-01-18 21:05

i\'m using facebook graph api to get global video views first and then i want to try for individual ones but when i try this syntax:

GET /v2.5/{object-id}/insights/p

相关标签:
1条回答
  • 2021-01-18 21:36

    You can try the VIDEO INSIGHTS instead: https://developers.facebook.com/docs/graph-api/reference/video/video_insights

    It gives you the stats you need but it's only for LIFETIME period. You can't specify date range unfortunately.

    0 讨论(0)
提交回复
热议问题