openGraph API - 如何在 mysql 中存储个人资料图像
我有一个旧的注册系统,它将文件输入作为用户上传个人资料图片的字段。我现在正在使用 opengraph 来补充这个系统。我能够成功连接,但我不知道如何连接到我从 Facebook 获得的图片的链接。
任何想法
I have a legacy registration system , whic takes a file input as a field for the user to upload their profile picture. I am now using opengraph to supplement this system. I am able to connect successfully, but am stuck at how to connect the to the link of the picture that i get from facebook.
Any ideas
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://graph.facebook.com/the-username/picture 始终重定向到缩略图中的图片
这里有一个更大的版本:
http://graph.facebook.com/username/picture?type=large
您还可以在用户表中对此处列出的几个字段执行 fql 查询:
http://developers.facebook.com/docs/reference/fql/user
http://graph.facebook.com/the-username/picture alway redirects to the picture in thumbnail
here for a larger version:
http://graph.facebook.com/username/picture?type=large
you can also do an fql query in the user table for several fields which are listed here:
http://developers.facebook.com/docs/reference/fql/user