facebook-live-api

How do I embed a Facebook live ( video ) URL on a my website

梦想与她 提交于 2021-02-04 07:23:48
问题 I'm wondering if it is possible to embed a facebook live video stream, on a website, and how you go about doing it. 回答1: You can embed Facebook live stream as simple Just use your iframe src link like this: src="https://www.facebook.com/plugins/video.php?href=https://www.facebook.com/username/live" Example: https://jsfiddle.net/32ntsf04/ 回答2: FB does not give you an easy way to stream live on a website while you are live on FB but it is possible. You would just grab the embed code just like

How do I embed a Facebook live ( video ) URL on a my website

大兔子大兔子 提交于 2021-02-04 07:23:23
问题 I'm wondering if it is possible to embed a facebook live video stream, on a website, and how you go about doing it. 回答1: You can embed Facebook live stream as simple Just use your iframe src link like this: src="https://www.facebook.com/plugins/video.php?href=https://www.facebook.com/username/live" Example: https://jsfiddle.net/32ntsf04/ 回答2: FB does not give you an easy way to stream live on a website while you are live on FB but it is possible. You would just grab the embed code just like

Get viewers for Facebook Live Video without overrating

主宰稳场 提交于 2019-12-24 00:39:36
问题 I need to get a statistics about FB Live Video. For the beginning I want just live_views , but later need reactions and likes also. Facebook API Documentation writes that API requests rate is 200 requests per hour per active user. If suppose that I need to do this for every active user, I can send requests at most once in 18 seconds. Which is not quite good for seeing anything in dynamics. Also user can have several videos, and almost 18 seconds will be too frequent. Is there any safe way to

Read stream from Facebook Live Videos

可紊 提交于 2019-12-23 02:38:29
问题 I would like create a server to create subtitles for live videos on Facebook. I use Google Speech to convert sound to text. However, in order to do that, I need to read the facebook live streams. Using Facebook Live API, with me/live_videos , I get the following response: { "status": "LIVE", "stream_url": "rtmp://rtmp-api.facebook.com:80/rtmp/{id}", "secure_stream_url": "rtmps://rtmp-api.facebook.com:443/rtmp/{id}, "embed_html": "<iframe src=\"https://www.facebook.com/video/embed?video_id=

Can I use “dash_preview_url(in Facebook Live API)” for live streaming to my app's users

一世执手 提交于 2019-12-12 03:57:07
问题 I'm making a Facebook Live app. So.. I want to stream Facebook Live via my app. And I found this api (https://developers.facebook.com/docs/graph-api/reference/live-video/#Reading). As you can see, Live Read API has "dash_preview_url". So.. This is my question. "Can I use "dash_preview_url(in Facebook Live API)" for live streaming to my app's users. (Not for broadcasters, for viewers.)" "When I use this, is it against Facebook's Terms of Service?" 回答1: Not sure about dash_preview_url , but

Read stream from Facebook Live Videos

元气小坏坏 提交于 2019-12-08 16:44:33
I would like create a server to create subtitles for live videos on Facebook. I use Google Speech to convert sound to text. However, in order to do that, I need to read the facebook live streams. Using Facebook Live API, with me/live_videos , I get the following response: { "status": "LIVE", "stream_url": "rtmp://rtmp-api.facebook.com:80/rtmp/{id}", "secure_stream_url": "rtmps://rtmp-api.facebook.com:443/rtmp/{id}, "embed_html": "<iframe src=\"https://www.facebook.com/video/embed?video_id={video_id}\" width=\"400\" height=\"400\" frameborder=\"0\"></iframe>", "id": "{id}" }, How can I read the