I am trying to use Koala to access users uploaded videos. However when I try to get the details for a specific video the result I get is false.
My code is:
@graph = Koala::Facebook::API.new
result = @graph.get_object("video_id")
The value in result is always false. What am I doing wrong?
Where are you getting the video ID from? Is the user whose access token you’re using able to see the video?
‘false’ almost always means privacy checks failed, most commonly because the user who owns the content has disabled all platform apps from accessing their data, the content is on a page that the viewer isn’t able to see, or the content owner has blocked the user