1

I am very new to facebook application development and gone through the 'Getting Started' guides and Beginner tutorials. Actually it's good to place to start and familiarize the terms and core knowledge about app development.

There is a customer requirement where they can able to create/update custom tabs(for pages) for all of their customer's facebook account.

I just need to make sure that I am progressing on the correct path.

1) Create an App 2) Customize the permissions for accessing user's pages/tabs 3) Create/Update/remove/maintain the tabs with this application

Please advise if I missed anything here. It would be helpful if you point any good places to start/architecture etc... Thanks in advance.

Siva Arunachalam
  • 7,582
  • 15
  • 79
  • 132
  • Dup of http://facebook.stackoverflow.com/questions/3757084/manage-facebook-page-tab-apps-via-open-graph-api/ and http://facebook.stackoverflow.com/questions/7726219/create-and-configure-facebook-apps-via-api – thaddeusmt Nov 03 '11 at 16:24

1 Answers1

0

To manipulate tabs for a page, you need the manage_pages permission.

For more details on what you can do with tabs using the Graph API: http://developers.facebook.com/docs/reference/api/page#tabs

Chaney Blu
  • 343
  • 2
  • 7