updating the comment for missing words and fixing some auto html formatting.
This commit is contained in:
parent
9add780f36
commit
36bc1b2b0a
8
README
8
README
@ -40,11 +40,11 @@ shared login partial.
|
|||||||
<%= "Hello #{fb_name(current_facebook_user, :useyou => false)}!" # link to facebook profile
|
<%= "Hello #{fb_name(current_facebook_user, :useyou => false)}!" # link to facebook profile
|
||||||
%>
|
%>
|
||||||
<% else
|
<% else
|
||||||
# you must explicitly request permissions for facebook user fields
|
# you must explicitly request permissions for facebook user fields.
|
||||||
# here we instruct facebook to ask the for permission for our website to
|
# here we instruct facebook to ask the user for permission for our website
|
||||||
# access the user's email and birthday
|
# to access the user's facebook email and birthday
|
||||||
%>
|
%>
|
||||||
<%= fb_login_and_redirect('http://<your URL here>', :perms => 'email,user_birthday') %>
|
<%= fb_login_and_redirect('http://<your URL here>', :perms => 'email,user_birthday') %>
|
||||||
<%= fb_logout_link("Logout of fb", request.url) %><br />
|
<%= fb_logout_link("Logout of fb", request.url) %><br />
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user