Sha256: 0d9008fc2fb99ac11566df902767714660d464e7085fdc43f233790b58c8f277

Contents?: true

Size: 255 Bytes

Versions: 29

Compression:

Stored size: 255 Bytes

Contents

module FbGraph2
  class Edge
    module Links
      def links(params = {})
        posts = self.edge :links, 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.4.1 lib/fb_graph2/edge/links.rb
fb_graph2-0.4.0 lib/fb_graph2/edge/links.rb
fb_graph2-0.3.2 lib/fb_graph2/edge/links.rb
fb_graph2-0.3.1 lib/fb_graph2/edge/links.rb
fb_graph2-0.3.0 lib/fb_graph2/edge/links.rb
fb_graph2-0.2.0 lib/fb_graph2/edge/links.rb
fb_graph2-0.1.3 lib/fb_graph2/edge/links.rb
fb_graph2-0.1.2 lib/fb_graph2/edge/links.rb
fb_graph2-0.1.1 lib/fb_graph2/edge/links.rb