Facebook: Launch a multi-tab page of an application in one application

I wanted to know if I can launch facebook with several application tabs from one application. For example. I have a tab that is under / a welcome of my application, as well as a contact tab located under / a contact. In the settings of the facebook application, I can set the path to the domain http://example.com/ and the location of the page tab as http://example.com/welcome ... but I want to use more than one tab on the page with my application <- maybe Is it or do I need to create a new application for each tab of the application ?: - |

Hi Denis

+8
facebook tabs
source share
1 answer

Unfortunately not. Currently, you can only have one tab for each application per page. If you want to add several tabs on one page, you will need to have a separate application for each of them.

You can use different tabs for different pages from the same application using the profile_id property of the signed_request parameter. Check out the other properties of the signed_request parameter to learn more about how you can customize the contents of the page tab on the fly.

+13
source share

All Articles