Module: FbGraph2::Edge::GlobalBrandChildren
- Included in:
- Page
- Defined in:
- lib/fb_graph2/edge/global_brand_children.rb
Instance Method Summary collapse
Instance Method Details
#global_brand_children(params = {}) ⇒ Object
4 5 6 7 8 9 |
# File 'lib/fb_graph2/edge/global_brand_children.rb', line 4 def global_brand_children(params = {}) pages = self.edge :global_brand_children, params pages.collect! do |page| Page.new(page[:id], page).authenticate self.access_token end end |