Sha256: 49fac5d330d26cc0e0c549a4de3ead04048175cd44a81634ea043cda16ab9e12
Contents?: true
Size: 377 Bytes
Versions: 42
Compression:
Stored size: 377 Bytes
Contents
module FbGraph module Connections module Television def television(options = {}) television = self.connection(:television, options) television.map! do |_television_| Page.new(_television_[:id], _television_.merge( :access_token => options[:access_token] || self.access_token )) end end end end end
Version data entries
42 entries across 42 versions & 1 rubygems
Version | Path |
---|---|
fb_graph-1.8.2 | lib/fb_graph/connections/television.rb |
fb_graph-1.8.1 | lib/fb_graph/connections/television.rb |