Sha256: 7adf2c7f341dbc0b909d261a259b9f03e95b8c1160ae1a6c2b7b4663043dab50

Contents?: true

Size: 281 Bytes

Versions: 13

Compression:

Stored size: 281 Bytes

Contents

module FbGraph
  module Connections
    module Tagged
      def tagged(options = {})
        posts = FbGraph::Collection.new(get(options.merge(:connection => 'tagged')))
        posts.map! do |post|
          Post.new(post.delete(:id), post)
        end
      end
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fb_graph-0.2.2 lib/fb_graph/connections/tagged.rb
fb_graph-0.2.1 lib/fb_graph/connections/tagged.rb
fb_graph-0.2.0 lib/fb_graph/connections/tagged.rb
fb_graph-0.1.3 lib/fb_graph/connections/tagged.rb
fb_graph-0.1.2 lib/fb_graph/connections/tagged.rb
fb_graph-0.1.1 lib/fb_graph/connections/tagged.rb
fb_graph-0.1.0 lib/fb_graph/connections/tagged.rb
fb_graph-0.0.8 lib/fb_graph/connections/tagged.rb
fb_graph-0.0.7 lib/fb_graph/connections/tagged.rb
fb_graph-0.0.6 lib/fb_graph/connections/tagged.rb
fb_graph-0.0.5 lib/fb_graph/connections/tagged.rb
fb_graph-0.0.4 lib/fb_graph/connections/tagged.rb
fb_graph-0.0.3 lib/fb_graph/connections/tagged.rb