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