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