From 36bc1b2b0a306acc2ab7f17ea1dc578c3bee6bce Mon Sep 17 00:00:00 2001 From: "Jonathan R. Wallace" Date: Mon, 28 Jun 2010 23:07:12 -0400 Subject: [PATCH] updating the comment for missing words and fixing some auto html formatting. --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 85a1721..dbd36f1 100644 --- a/README +++ b/README @@ -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://', :perms => 'email,user_birthday') %> + <%= fb_login_and_redirect('http://<your URL here>', :perms => 'email,user_birthday') %> <%= fb_logout_link("Logout of fb", request.url) %>
<% end %>