Tried the following endpoints:
https://graph.facebook.com/v2.6/{video-id}/video_insights/total_video_views?access_token={token}
https://graph.facebook.com/v2.6/{video-id}/video_insights?access_token={token-id}&metric=total_video_views
But I still getting no data results in both endpoints:
{
"data": [
]
}
And my videos has some views (visualizações):
Thanks in advance.