nov / fb_graph

This gem doesn't support FB Graph API v2.0+. Please use fb_graph2 gem instead.
MIT License
1.04k stars 191 forks source link

Adds tab_for_app method to tabs connection #342

Closed davefp closed 11 years ago

davefp commented 11 years ago

Fixes nov/fb_graph#341 by adding an tab_for_app method to the tabs connection. Creation flow for tabs now looks something like this:

if page.tab! params
  tab = page.tab_for_app my_application
else
  #failure case
end