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 %>