I am making a request to get the amount of views a Facebook video has (a video that once was a live translation by another account).
But when I send the request
https://graph.facebook.com/v12.0/VIDEO_ID?fields=views&access_token=MY_ACCESS_TOKEN
it returns an error, stating that
https://graph.facebook.com returned code 400. Truncated server response: Unsupported get request. Object with ID VIDEO_ID does not exist, cannot be loaded due to missing permissions, ordoes not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api
.
Even though this is a video from a different account, I know it is accessible, since most of that account's videos work and I have no problem with this request, but some just return this error (all of the videos are public). If you are wondering, the id of the video is this: 3815363602116442.
Has anyone come across this problem and knows how to fix it? Thank you so much in advance!