diff --git a/app/views/users/edit.html.haml b/app/views/users/edit.html.haml
index fb9de28be..bbd84ec92 100644
--- a/app/views/users/edit.html.haml
+++ b/app/views/users/edit.html.haml
@@ -75,10 +75,12 @@
- @response_hash = MiniFB.get(@access_token, 'me')
= @response_hash[:name]
+ - @fb_friends = MiniFB.get(@access_token, 'me', :type => "friends")
+ = @fb_friends.inspect
+
- form_tag "/services/fb_post" do
= text_area_tag "message"
= submit_tag "send it off"
-
= link_to "Disconnect from Facebook", services_destroy_path
- else
= link_to "Connect to Facebook", @fb_access_url