Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

1 Answer

up vote 0 down vote accepted

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.