Sha256: e774b7d36c8ba7cc90a88fcfdc84bc943cdf89b693103ea78e852b8ebb7c0f13
Contents?: true
Size: 419 Bytes
Versions: 4
Compression:
Stored size: 419 Bytes
Contents
module FbGraph module Connections module Television def television(options = {}) television = FbGraph::Collection.new(get(options.merge(:connection => 'television'))) television.map! do |_television_| Page.new(_television_.delete(:id), _television_.merge( :access_token => options[:access_token] || self.access_token )) end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems