I want to add thumbnail to facebook LIVE VIDEO using graph api. I saw some websites able to do that , they can add thumbnail to live video. there is no docs available to do that.
I tried to upload thumbnail to the live video attachment but not worked.
some website are able to add the thumbnail to the scheduled live video , see the above screenshot with thumbnail
2
Answers
As far as I know, there’s no standard way of doing that. However, if you tried getting the data of the live video after the live stream has started, it will include an iframe that has the video ID in its source. So the process would be something like this:
USE THIS
https://developers.facebook.com/docs/graph-api/reference/live-video/#Creating
Include
event_params: {"cover" : "<thumbnail url>"}
in the request parametersCover photo won’t show up in timeline. (You need to click on more and then click on events)