updating the comment for missing words and fixing some auto html formatting.

This commit is contained in:
Jonathan R. Wallace 2010-06-28 23:07:12 -04:00 committed by Mike Mangino
parent 9add780f36
commit 36bc1b2b0a

8
README
View File

@ -40,11 +40,11 @@ shared login partial.
<%= "Hello #{fb_name(current_facebook_user, :useyou => false)}!" # link to facebook profile
%>
<% else
# you must explicitly request permissions for facebook user fields
# here we instruct facebook to ask the for permission for our website to
# access the user's email and birthday
# you must explicitly request permissions for facebook user fields.
# here we instruct facebook to ask the user for permission for our website
# 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://&lt;your URL here>', :perms => 'email,user_birthday') %>
<%= fb_logout_link("Logout of fb", request.url) %><br />
<% end %>