Sha256: c808550d7de738a8a0dda20ddcdd7222c209127c84ae1f4c2eecff0e30d6f10a

Contents?: true

Size: 293 Bytes

Versions: 6

Compression:

Stored size: 293 Bytes

Contents

module FbGraph2
  class Edge
    module Applications
      def applications(params = {})
        apps = self.edge :applications, params, edge_scope: :developer
        apps.collect do |app|
          App.new(app[:id], app).authenticate self.access_token
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fb_graph2-0.1.0 lib/fb_graph2/edge/applications.rb
fb_graph2-0.0.11 lib/fb_graph2/edge/applications.rb
fb_graph2-0.0.10 lib/fb_graph2/edge/applications.rb
fb_graph2-0.0.9 lib/fb_graph2/edge/applications.rb
fb_graph2-0.0.8 lib/fb_graph2/edge/applications.rb
fb_graph2-0.0.7 lib/fb_graph2/edge/applications.rb