From a112efbf5cc3bd3bbab9b14cc104e7240f3ced62 Mon Sep 17 00:00:00 2001 From: "Jonathan R. Wallace" Date: Mon, 28 Jun 2010 23:08:37 -0400 Subject: [PATCH] fixing auto-html formatting for good --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index dbd36f1..a6f852f 100644 --- a/README +++ b/README @@ -44,7 +44,7 @@ shared login partial. # 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('', :perms => 'email,user_birthday') %> <%= fb_logout_link("Logout of fb", request.url) %>
<% end %>