I have created a facebook application. Now i want that using this application i need to add multiple pagetabs in a page.
and all of this i want to do in php I have completed following steps
1) Logged in to facebook using my php script and got authenticaticationc code for managing pages. 2) Retrieved the list of pages i have in loged in users profile.
Now i don't know how to add a page tab in facebook programmatically. I know there is a manual option and that is in applications settings to add a page tab
but I want to add it Programmatic using php.
Any help will be very appreciated.
regards