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 make requests to get amont of viewers (I use {live_video_id}/live_views) more frequent than every 18 seconds? May be something with Webhooks? Thanks!

来源:https://stackoverflow.com/questions/41597016/get-viewers-for-facebook-live-video-without-overrating

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!