Module: FbGraph::Connections::Statuses
Instance Method Summary collapse
Instance Method Details
#statuses(options = {}) ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/fb_graph/connections/statuses.rb', line 4 def statuses( = {}) statuses = self.connection :statuses, statuses.map! do |status| Status.new status[:id], status.merge( :access_token => [:access_token] || self.access_token ) end end |