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?