Sha256: 96df6cc012fcb648a1439d5e60d5a5f314e734caee306ef88b686a92131bad9c

Contents?: true

Size: 288 Bytes

Versions: 6

Compression:

Stored size: 288 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

6 entries across 6 versions & 1 rubygems

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