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
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.