Sha256: 2f4357cf3a53b8d032173f9b221c1a44f0db706cd7af2301207b8359e0385c6b
Contents?: true
Size: 265 Bytes
Versions: 13
Compression:
Stored size: 265 Bytes
Contents
module FbGraph2 class Edge module Accounts def accounts(params = {}) pages = self.edge :accounts, params pages.collect do |page| Page.new(page[:id], page).authenticate page[:access_token] end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems