Sha256: b50bfe7a0851512c62b0139ac3e3f3b89e899f05f0379f7de63338209180eb01

Contents?: true

Size: 266 Bytes

Versions: 11

Compression:

Stored size: 266 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

11 entries across 11 versions & 1 rubygems

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