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