How do I get video likes of my posted videos through facebook api

519 views Asked by At

I am trying to get video-likes programmatically, the graph api requires a video-id, but I do not know how to get to the video-id?

Is there a way to get a list of all my posted video-ids?

Thanks,

1

There are 1 answers

3
andyrandy On

You can get the videos with the /me/videos/uploaded endpoint:

https://developers.facebook.com/docs/graph-api/reference/v2.2/user/videos

/{user-id}/videos/uploaded shows all videos that were published to Facebook by this person.