Sha256: 1e4e88aaf8cb33f0e5d6c743599c586f162bd0ae3f7fd7e1b9399b01d8a9f02d

Contents?: true

Size: 289 Bytes

Versions: 18

Compression:

Stored size: 289 Bytes

Contents

module FbGraph2
  class Edge
    module AppLinkHosts
      def app_link_hosts(params = {})
        hosts = self.edge :app_link_hosts, params
        hosts.collect! do |host|
          AppLinkHost.new(hosts[:id], hosts).authenticate self.access_token
        end
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
fb_graph2-0.6.2 lib/fb_graph2/edge/app_link_hosts.rb
fb_graph2-0.6.1 lib/fb_graph2/edge/app_link_hosts.rb
fb_graph2-0.6.0 lib/fb_graph2/edge/app_link_hosts.rb
fb_graph2-0.5.3 lib/fb_graph2/edge/app_link_hosts.rb
fb_graph2-0.5.2 lib/fb_graph2/edge/app_link_hosts.rb
fb_graph2-0.5.1 lib/fb_graph2/edge/app_link_hosts.rb
fb_graph2-0.5.0 lib/fb_graph2/edge/app_link_hosts.rb
fb_graph2-0.4.4 lib/fb_graph2/edge/app_link_hosts.rb
fb_graph2-0.4.3 lib/fb_graph2/edge/app_link_hosts.rb
fb_graph2-0.4.1 lib/fb_graph2/edge/app_link_hosts.rb
fb_graph2-0.4.0 lib/fb_graph2/edge/app_link_hosts.rb
fb_graph2-0.3.2 lib/fb_graph2/edge/app_link_hosts.rb
fb_graph2-0.3.1 lib/fb_graph2/edge/app_link_hosts.rb
fb_graph2-0.3.0 lib/fb_graph2/edge/app_link_hosts.rb
fb_graph2-0.2.0 lib/fb_graph2/edge/app_link_hosts.rb
fb_graph2-0.1.3 lib/fb_graph2/edge/app_link_hosts.rb
fb_graph2-0.1.2 lib/fb_graph2/edge/app_link_hosts.rb
fb_graph2-0.1.1 lib/fb_graph2/edge/app_link_hosts.rb