从 Facebook 新闻提要中获取视频
Facebook 新闻提要中的每个帖子都有属性类型。我需要从 Facebook 新闻提要中获取带有 type='video' 的所有帖子,但我找不到方法来做到这一点。 我得到的最好结果是当我像这样用youtube过滤它时:
请将access_token替换为与您自己的链接
every post in facebook news feed has property type. i need to fetch all posts with type='video' from facebook news feed and i cant find way to do this.
Best result ive got is when i filter it with youtube like this:
please replace access_token in link with your own
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以迭代用户的提要并丢弃不属于视频类型的项目。
You could iterate through a user's feed and throw out the items that aren't of type: video.