如何访问视频部分中的视频*警告可爱的猫视频*

发布于 2025-01-08 12:55:39 字数 559 浏览 0 评论 0原文

我创建了一个名为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柳絮泡泡 2025-01-15 12:55:39

我只是想知道如何访问视频中的视频
使用图形 API 或 Facebook 查询语言测试公司部分?

您可以使用 FQL。请参阅:https://developers.facebook.com/docs/reference/fql/video/

从视频中选择视频、所有者、标题、描述、thumbnail_link、embed_html、updated_time、created_time WHERE Owner=PAGEID

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?

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文