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.
我是 Ruby on Rails 开发人员。
我正在使用omniauth 来设计facebook 身份验证。
我如何获取 Facebook 个人资料图片。
请给我必要的帮助。
您可以raise使用响应raise request.env["omniauth.auth"].to_yaml来查看 facebook 在您的omniauth_callbacks_controller中提供的信息。您必须将其保存在您的数据库中以保存用户 facebook 图片:
raise
raise request.env["omniauth.auth"].to_yaml
auth.info.image