如何获取他上传的所有用户视频的链接?
我正在研究 facebook api,我想获得用户上传视频的链接。我得到了一个具有访问照片权限的access_token。现在我如何使用 fql 或 graph api 获取用户的视频。
I am working on facebook api and i want to get a link of users uploaded videos. i got an access_token with the permission to access photos. now how can i fetch the videos of the user using fql or graph api.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需通过以下方式访问 /me/videos图形 API。
在 FQL 中:
You would just access /me/videos via the graph api.
In FQL: