fixing auto-html formatting for good
This commit is contained in:
parent
36bc1b2b0a
commit
a112efbf5c
2
README
2
README
@ -44,7 +44,7 @@ shared login partial.
|
|||||||
# here we instruct facebook to ask the user for permission for our website
|
# here we instruct facebook to ask the user for permission for our website
|
||||||
# to access the user's facebook 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('<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