Sha256: d89eaf707cdad990b9ed31d53b744de2f802d01eabb4bd072a1da14fed0f48b7

Contents?: true

Size: 267 Bytes

Versions: 37

Compression:

Stored size: 267 Bytes

Contents

module FbGraph2
  class Edge
    module Interests
      def interests(params = {})
        pages = self.edge :interests, params
        pages.collect! do |page|
          Page.new(page[:id], page).authenticate self.access_token
        end
      end
    end
  end
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
fb_graph2-0.6.1 lib/fb_graph2/edge/interests.rb
fb_graph2-0.6.0 lib/fb_graph2/edge/interests.rb
fb_graph2-0.5.3 lib/fb_graph2/edge/interests.rb
fb_graph2-0.5.2 lib/fb_graph2/edge/interests.rb
fb_graph2-0.5.1 lib/fb_graph2/edge/interests.rb
fb_graph2-0.5.0 lib/fb_graph2/edge/interests.rb
fb_graph2-0.4.4 lib/fb_graph2/edge/interests.rb
fb_graph2-0.4.3 lib/fb_graph2/edge/interests.rb
fb_graph2-0.4.1 lib/fb_graph2/edge/interests.rb
fb_graph2-0.4.0 lib/fb_graph2/edge/interests.rb
fb_graph2-0.3.2 lib/fb_graph2/edge/interests.rb
fb_graph2-0.3.1 lib/fb_graph2/edge/interests.rb
fb_graph2-0.3.0 lib/fb_graph2/edge/interests.rb
fb_graph2-0.2.0 lib/fb_graph2/edge/interests.rb
fb_graph2-0.1.3 lib/fb_graph2/edge/interests.rb
fb_graph2-0.1.2 lib/fb_graph2/edge/interests.rb
fb_graph2-0.1.1 lib/fb_graph2/edge/interests.rb