Sha256: c174f3c22225a1ed09efeea0437a8fc01b75165e2834898b69939682f8bed9fb

Contents?: true

Size: 257 Bytes

Versions: 11

Compression:

Stored size: 257 Bytes

Contents

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fb_graph2-0.1.0 lib/fb_graph2/edge/tagged.rb
fb_graph2-0.0.11 lib/fb_graph2/edge/tagged.rb
fb_graph2-0.0.10 lib/fb_graph2/edge/tagged.rb
fb_graph2-0.0.9 lib/fb_graph2/edge/tagged.rb
fb_graph2-0.0.8 lib/fb_graph2/edge/tagged.rb
fb_graph2-0.0.7 lib/fb_graph2/edge/tagged.rb
fb_graph2-0.0.6 lib/fb_graph2/edge/tagged.rb
fb_graph2-0.0.5 lib/fb_graph2/edge/tagged.rb
fb_graph2-0.0.4 lib/fb_graph2/edge/tagged.rb
fb_graph2-0.0.3 lib/fb_graph2/edge/tagged.rb
fb_graph2-0.0.2 lib/fb_graph2/edge/tagged.rb