removing the fb feed for now

This commit is contained in:
ilya 2010-09-27 16:20:27 -07:00
parent a8f05244ba
commit d41b370630
2 changed files with 0 additions and 17 deletions

View file

@ -18,10 +18,6 @@
%ul#stream
- for post in @posts
= render type_partial(post), :post => post unless post.class == Album
- if @logged_in
- MiniFB.get(@access_token, 'me', :type => "feed")[:data].each do |item|
- if item[:type] == 'status'
= render "fb_status/fb_status", :post => FbStatus.from_api(item)
#pagination
= will_paginate @posts

View file

@ -1,13 +0,0 @@
-# Copyright (c) 2010, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3. See
-# the COPYRIGHT file.
%li.message{:id => post.id}
= image_tag( "http://graph.facebook.com/#{post.author_id}/picture" )
.content
%span.from
= post.author_name
= post.message