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