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.
当他们第一次使用应用程序时,我需要提示用户权限。我正在使用 facebooker2 和 Mogli 我正在使用 rails 3
谢谢
您应该在登录帮助程序中包含一个 perms 参数:
<%= fb_login_and_redirect('<your URL here>', :perms => 'email,user_birthday') %>