Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果 appengine 应用程序的用户可以使用他们的 Facebook 帐户登录,是否可以将用户的一些图片从他们的 Facebook 帐户传输到 appengine 应用程序?
做这种事情的步骤是什么?只是给我一些提示和参考。谢谢
如果您可以获取用户的 facebook id,那么获取个人资料图片很容易。
https://graph.facebook.com/{id}/picture
其他一切都需要 auth_token。
在 developer.facebook.com 上阅读有关图形 API 和 FQL 的更多信息。