开发者

Not showing facebook connect button with Facebooker 2.0

开发者 https://www.devze.com 2023-04-07 20:53 出处:网络
I\'m developing a rails application with Facebooker 2.0, my problem is that the facebook login button only appears when the user\'s in not already logged in in his facebook account, if the user is log

I'm developing a rails application with Facebooker 2.0, my problem is that the facebook login button only appears when the user's in not already logged in in his facebook account, if the user is logged in, it disappears.

I'm using this code to show the button:

<%= fb_login_and_redirect("/users/create_facebook_user", :perms => 'email,user_birthday,offline开发者_Python百科_access') %>
0

精彩评论

暂无评论...
验证码 换一张
取 消