[Facebook] 直播开发概述

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/felicityWSH/article/details/79267861

因工作原因,需要调用Facebook的API,进行账号登录、创建直播、评论操作等需求,调查了Facebook的开发文档。

写了一份Facebook直播开发的API 文档,以及抓包信息,可移步到CSDN下载页面
http://download.csdn.net/download/felicitywsh/10242111

相关文档的链接,整理如下:
API测试
https://developers.facebook.com/tools/explorer
官网创建直播
https://www.facebook.com/live/create
官网帮助中心
https://www.facebook.com/help/799185466881268/?ref=u2u
开发者中心
https://developers.facebook.com/
创建应用
https://developers.facebook.com/docs/apps/register/
图谱 API 概览
https://developers.facebook.com/docs/graph-api/overview
图谱 API 的使用方法
https://developers.facebook.com/docs/graph-api/using-graph-api
API列表
https://developers.facebook.com/docs/graph-api/reference/
登录
https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flow
访问口令
https://developers.facebook.com/docs/facebook-login/access-tokens/
使用API进行直播
https://developers.facebook.com/docs/videos/live-video/getting-started
设置发布隐私
https://developers.facebook.com/docs/graph-api/common-scenarios#privacy-param
并发请求
https://developers.facebook.com/docs/graph-api/making-multiple-requests/
遍历分页结果
https://developers.facebook.com/docs/graph-api/using-graph-api/#paging
评论
https://developers.facebook.com/docs/graph-api/reference/live-video/comments/
互动(点赞/生气/难过...)
https://developers.facebook.com/docs/graph-api/reference/live-video/reactions/

猜你喜欢

转载自blog.csdn.net/felicityWSH/article/details/79267861