lib/fb_graph/connections/accounts.rb in fb_graph-1.2.1 vs lib/fb_graph/connections/accounts.rb in fb_graph-1.2.2
- old
+ new
@@ -48,10 +48,10 @@
module Accounts
def accounts(options = {})
accounts = self.connection(:accounts, options)
accounts.map! do |account|
account[:access_token] ||= options[:access_token] || self.access_token
- FbGraph::Page.new(account.delete(:id), account)
+ Page.new(account.delete(:id), account)
end
end
end
end
end
\ No newline at end of file