Sha256: f8a354d3c8ee3f037f24cc661d2175718b0bd1b6cc22fbc422f7a8272944b610

Contents?: true

Size: 282 Bytes

Versions: 11

Compression:

Stored size: 282 Bytes

Contents

module FbGraph2
  class Edge
    module Insights
      def insights(params = {})
        insights = self.edge :insights, params
        insights.collect! do |insight|
          Insight.new(insight[:id], insight).authenticate self.access_token
        end
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fb_graph2-0.7.0 lib/fb_graph2/edge/insights.rb
fb_graph2-0.6.2 lib/fb_graph2/edge/insights.rb
fb_graph2-0.6.1 lib/fb_graph2/edge/insights.rb
fb_graph2-0.6.0 lib/fb_graph2/edge/insights.rb
fb_graph2-0.5.3 lib/fb_graph2/edge/insights.rb
fb_graph2-0.5.2 lib/fb_graph2/edge/insights.rb
fb_graph2-0.5.1 lib/fb_graph2/edge/insights.rb
fb_graph2-0.5.0 lib/fb_graph2/edge/insights.rb
fb_graph2-0.4.4 lib/fb_graph2/edge/insights.rb
fb_graph2-0.4.3 lib/fb_graph2/edge/insights.rb
fb_graph2-0.4.1 lib/fb_graph2/edge/insights.rb