Sha256: 14bd1c986c17f5afbba12ffabd6f1f63900b7d8c563fda83fee71399a5d4ea41

Contents?: true

Size: 338 Bytes

Versions: 68

Compression:

Stored size: 338 Bytes

Contents

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

Version data entries

68 entries across 68 versions & 2 rubygems

Version Path
fb_graph-1.8.0 lib/fb_graph/connections/tagged.rb
fb_graph-1.8.0.alpha2 lib/fb_graph/connections/tagged.rb
fb_graph-1.7.5 lib/fb_graph/connections/tagged.rb
fb_graph-1.8.0.alpha lib/fb_graph/connections/tagged.rb
fb_graph-1.7.4 lib/fb_graph/connections/tagged.rb
fb_graph-1.7.3 lib/fb_graph/connections/tagged.rb
fb_graph-1.7.2 lib/fb_graph/connections/tagged.rb
fb_graph-1.7.1 lib/fb_graph/connections/tagged.rb
fb_graph-1.7.0 lib/fb_graph/connections/tagged.rb
fb_graph-1.7.0.alpha2 lib/fb_graph/connections/tagged.rb
fb_graph-1.6.9 lib/fb_graph/connections/tagged.rb
fb_graph-1.7.0.alpha lib/fb_graph/connections/tagged.rb
fb_graph-1.6.8 lib/fb_graph/connections/tagged.rb
fb_graph-1.6.7 lib/fb_graph/connections/tagged.rb
fb_graph-1.6.5 lib/fb_graph/connections/tagged.rb
fb_graph-1.6.4 lib/fb_graph/connections/tagged.rb
fb_graph-1.6.3 lib/fb_graph/connections/tagged.rb
fb_graph-1.6.2 lib/fb_graph/connections/tagged.rb
fb_graph-1.6.1 lib/fb_graph/connections/tagged.rb
fb_graph-1.6.0 lib/fb_graph/connections/tagged.rb