0

I need to prompt user for permissions when they first time use the application. I am using facebooker2 along with Mogli I am using rails 3

Thanks

Simone Carletti
  • 173,507
  • 49
  • 363
  • 364
Zahid
  • 1

1 Answers1

0

You should include a perms parameter in your login helper:

<%= fb_login_and_redirect('<your URL here>', :perms => 'email,user_birthday') %>
gparis
  • 1,247
  • 12
  • 32