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
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
You should include a perms parameter in your login helper:
<%= fb_login_and_redirect('<your URL here>', :perms => 'email,user_birthday') %>