Facebook API 视频上传是否仅适用于 OAuth v1?
我无法使用 OAuth 2 访问令牌上传视频。请求总是无法连接(超时)。
http://developers.facebook.com/docs/reference/rest/video。 upload
使用几乎相同的代码,我已成功上传照片。
我能找到的唯一视频上传示例代码使用 OAuth 1.x。视频尚不支持 OAuth 2 吗?
感谢所有阅读本文的人。
I cannot get video upload to work with OAuth 2 access-token. The request always fails to even connect (timeout).
http://developers.facebook.com/docs/reference/rest/video.upload
With almost identical code, I have successfully uploaded photos.
The only video-upload example code I can find uses OAuth 1.x. Does video not yet support OAuth 2?
Thanks to all who read this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AFAIK 就是这样。新的图形 api 仍然缺少旧 REST api 的一些功能。这包括上传视频。您应该能够使用带有访问令牌的 REST api 来执行图形 api 尚不支持的操作。
AFAIK this is the case. New graph api still missing some of the functionality from old REST api. And that includes uploading video. You should be able to use REST api with access token to do things not yet supported by graph api.