openGraph API - 如何在 mysql 中存储个人资料图像

发布于 2024-09-19 17:18:30 字数 118 浏览 6 评论 0原文

我有一个旧的注册系统,它将文件输入作为用户上传个人资料图片的字段。我现在正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无畏 2024-09-26 17:18:46

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文