如何访问视频部分中的视频*警告可爱的猫视频*
我创建了一个名为 Video Uploader 的 facebook 应用程序和一家名为 Test company 的公司,可以在这里找到:
https://www.facebook.com/pages/Test-Company/325671224142294?sk=videos
我只是想知道如何我使用图形 API 或 facebook 查询语言访问测试公司视频部分中的视频?
在此页面上 https://www.facebook.com/pages/Test- Company/325671224142294?sk=videos 这是一个看起来像兔子的东西试图跳过我正在尝试的黄色呼啦圈的视频 使用权?如果有人能帮助我那就太好了!非常感谢!
I have created a facebook application called Video Uploader and a company called Test company that can be found here:
https://www.facebook.com/pages/Test-Company/325671224142294?sk=videos
I am just wondering how would I access the videos in the Videos of test company section using the graph api or facebook query language?
On this page https://www.facebook.com/pages/Test-Company/325671224142294?sk=videos it is the video of the bunny rabbit looking thing trying to jump over the yellow hoolahoop that I am trying to access? If anyone can help me out that would be great! Thanks so much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 FQL。请参阅:https://developers.facebook.com/docs/reference/fql/video/
从视频中选择视频、所有者、标题、描述、thumbnail_link、embed_html、updated_time、created_time WHERE Owner=PAGEID
You can use FQL. See: https://developers.facebook.com/docs/reference/fql/video/
SELECT vid, owner, title, description, thumbnail_link, embed_html, updated_time, created_time FROM video WHERE owner=PAGEID