Module: FbGraph::Connections::Television
- Included in:
- User
- Defined in:
- lib/fb_graph/connections/television.rb
Instance Method Summary collapse
Instance Method Details
#television(options = {}) ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/fb_graph/connections/television.rb', line 4 def television( = {}) television = self.connection(:television, ) television.map! do |_television_| Page.new(_television_.delete(:id), _television_.merge( :access_token => [:access_token] || self.access_token )) end end |