Module: FbGraph2::Edge::AppLinkHosts

Included in:
App
Defined in:
lib/fb_graph2/edge/app_link_hosts.rb

Instance Method Summary collapse

Instance Method Details



4
5
6
7
8
9
# File 'lib/fb_graph2/edge/app_link_hosts.rb', line 4

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