使用 PHP SDK 上传视频
我在这里看到您现在可以上传视频: http://developers.facebook.com/blog/post/515/#video_upload
但我在 github 上的 PHP SDK 中没有看到任何提及它,也没有看到任何示例......它还没有添加到那里吗?或者是否可以使用 PHP SDK 来完成此操作,而不是使用curl 将其扔在那里?
谢谢!
I see here that you can now upload videos:
http://developers.facebook.com/blog/post/515/#video_upload
But I don't see any mention of it in the PHP SDK on github, or any examples... Is it not added there yet? Or is there anyway to do it using the PHP SDK, as opposed to throwing it up there using curl?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Jason,
如果您使用 sdk,请确保
$facebook->setFileUploadSupport(true);
然后可以发布到 api:Jason,
Make sure, if you are using the sdk, to
$facebook->setFileUploadSupport(true);
and then can post to the api: