Facebook 照片上传 PHPSDK
将照片上传到墙上,我可以使用以下项目,我正在使用以下解决方案: Facebook 图形 API 和PHP SDK 问题
我需要知道的是在上传后检查其位置...是否会存储在 $fb_foto 中,如上面的链接所示...
干杯
Phil
uploading photos to a wall, i can use the items below, I am using the solution on this: Facebook graph API & PHP SDK questions
What I need to know is checking for its location once its uploaded... will that be stored in $fb_foto as shown in the link above...
Cheers
Phil
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在该示例中,
$fb_foto
将包含上传后的照片 ID,然后您可以在 Graph API 中的/{photo id}
处访问它In that example
$fb_foto
will contain the photo ID after upload, you can then access it at/{photo id}
in the Graph API