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.

right now i have 5 apps for the same url with different query of the folder to pull the info from. every app is then getting connected to the page.

is there a way to make 1 app and that the connecting proccess to the page on facebook will be the one that will ask for the query?

i want to make the proccess easy for me and cleaner so i won't find myself with 30+ apps when i acctually only have 15 or less

http://www.domain.com/facebooktabs/index.asp?folder=xxx
http://www.domain.com/facebooktabs/index.asp?folder=yyy

this are the url in each tab - and what i want is only one up but to be able to pass the query to the iframe from the tab on the page

thanks

share|improve this question

1 Answer

1 Page tab == 1 page tab application and 1 page tab application can have only 1 url associated with it.

This is the current paradigm that Facebook has setup. From your question, I cannot figure out why you have 2 apps per page tab.

share|improve this answer
because i have 2 tab that shows different content – Y.G.J Jan 3 '12 at 6:51
To pass query string parameters to a page tab, just use app_data. See: developers.facebook.com/docs/authentication/signed_request – DMCS Jan 3 '12 at 15:52
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers. Thank you! – DMCS Feb 4 '12 at 16:01
no - it is not the solution for what i'm asking – Y.G.J Feb 21 '12 at 6:25
The solution is working for me in production. I'm unsure why you're unable to implement. I pass data to the page tab app via the app_data all the time. Works flawlessly. – DMCS Feb 21 '12 at 15:40

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.