Sha256: b9ad485a995e59e06f3e90a2232972e4499e8a441404e1ed73351df8fbd4f485
Contents?: true
Size: 358 Bytes
Versions: 59
Compression:
Stored size: 358 Bytes
Contents
module FbGraph module Connections module Interests def interests(options = {}) interests = self.connection :interests, options interests.map! do |interest| Page.new interest[:id], interest.merge( :access_token => options[:access_token] || self.access_token ) end end end end end
Version data entries
59 entries across 59 versions & 1 rubygems