Sha256: 060c2320fc983c32d783a9ff2ad5f773f6491b33a69917ddf18a92d4aea9128a

Contents?: true

Size: 181 Bytes

Versions: 1

Compression:

Stored size: 181 Bytes

Contents

module FbGraph
  module Connections
    module Feed
      def feed(options = {})
        Posts.posts(options.merge(:connection => 'feed', :self => self))
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fb_graph-0.0.1 lib/fb_graph/connections/feed.rb