Sha256: 7d8a17cc1660a29d2e8ac094ea2a79a06023642c7e2fa5e51a91406f2665b619

Contents?: true

Size: 252 Bytes

Versions: 29

Compression:

Stored size: 252 Bytes

Contents

module FbGraph2
  class Edge
    module Home
      def home(params = {})
        posts = self.edge :home, params
        posts.collect! do |post|
          Post.new(post[:id], post).authenticate self.access_token
        end
      end
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
fb_graph2-0.8.0 lib/fb_graph2/edge/home.rb
fb_graph2-0.7.9 lib/fb_graph2/edge/home.rb
fb_graph2-0.7.8 lib/fb_graph2/edge/home.rb
fb_graph2-0.7.7 lib/fb_graph2/edge/home.rb
fb_graph2-0.7.6 lib/fb_graph2/edge/home.rb
fb_graph2-0.7.5 lib/fb_graph2/edge/home.rb
fb_graph2-0.7.4 lib/fb_graph2/edge/home.rb
fb_graph2-0.7.3 lib/fb_graph2/edge/home.rb
fb_graph2-0.7.2 lib/fb_graph2/edge/home.rb
fb_graph2-0.7.1 lib/fb_graph2/edge/home.rb
fb_graph2-0.7.0 lib/fb_graph2/edge/home.rb
fb_graph2-0.6.2 lib/fb_graph2/edge/home.rb
fb_graph2-0.6.1 lib/fb_graph2/edge/home.rb
fb_graph2-0.6.0 lib/fb_graph2/edge/home.rb
fb_graph2-0.5.3 lib/fb_graph2/edge/home.rb
fb_graph2-0.5.2 lib/fb_graph2/edge/home.rb
fb_graph2-0.5.1 lib/fb_graph2/edge/home.rb
fb_graph2-0.5.0 lib/fb_graph2/edge/home.rb
fb_graph2-0.4.4 lib/fb_graph2/edge/home.rb
fb_graph2-0.4.3 lib/fb_graph2/edge/home.rb