Created By
Patrick Lodder
09/23/2011 3:51am

Subscribers (122)

BugsDocumentation bug for Page/tabs/TAB_ID

  • Status: Fixed
  • Priority: Medium
  • Updated: January 20, 2012 at 2:02pm
Latest response from Facebook
Eric Osgood
Patrick,

I updated the docs, this should be fixed now. Thanks for your patience.
Status changed to Fixed · January 20, 2012 at 2:03pm
The <object>.id property returned from the graph api using <page>/tabs is not a surrogate key, but a compound key (PAGE_ID + '/tabs/app_' + APP_ID) That's fine, but later on in the documentation it states: "You can also retrieve specific tabs by issuing an HTTP GET to /PAGE_ID/tabs/TAB_ID." This is false and should read: "You can also retrieve specific tabs by issuing an HTTP GET to /TAB_ID.", because the entity TAB_ID already contains 'PAGE_ID/tabs/'.
7 people can reproduce this issue by following these steps
Repro