Sha256: f3d51cc23f86a44e4cbd4dbd0305dbef2f1d641fd8748434c5546219db632f41

Contents?: true

Size: 325 Bytes

Versions: 17

Compression:

Stored size: 325 Bytes

Contents

module FbGraph
  module Connections
    module ReachEstimates
      def reach_estimates(options = {})
        reach_estimates = self.get(options.merge!(:connection => :reachestimate))
        ReachEstimate.new(reach_estimates.merge(:access_token => options[:access_token] || self.access_token))
      end
    end
  end
end


Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
fb_graph-2.2.6 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.2.5 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.2.4 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.2.3 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.2.2 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.2.1 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.2.0 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.2.0.beta lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.2.0.alpha2 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.2.0.alpha lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.1.13 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.1.12 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.1.11 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.1.10 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.1.9 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.1.8 lib/fb_graph/connections/reach_estimates.rb
fb_graph-2.1.7 lib/fb_graph/connections/reach_estimates.rb