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 have a e-commerce app for Facebook.

The think is that I want to have 2 tabs in the fan page that load the e-commerce app, one app for men clothes and the other one for woman.

The problem is that I can't distingue between tabs, the only posible solution that I see is to create two diferents facebook apps, the problem is that if an user want to see both tabs have to accept the app two times.

share|improve this question

2 Answers

Correct, the same app can't be installed twice onto the same page as a tab.

A possible workaround is to have one or both of the tabs be a basic app with mostly static content, and have it redirect to the actual store

share|improve this answer

you can also get 1 .first a page-sign request 2. then using graph api get the user gender and display data .

share|improve this answer
They specifically asked if the same app ID could be used for two different tabs – Igy Aug 26 '12 at 3:34

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.