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.

Per the new profile/fan page tab rule that eliminates the iFrame option, is there a way to dynamically generate content for a given tab? I've seen methods that wrap a canvas app (but requires a user to click to load content), but I want to show updated content thats managed on my servers. I thought you could also update the FBML using the Graph API, but haven't been able to find anything on that.

Thanks, Steve

share|improve this question

2 Answers

up vote 0 down vote accepted

You can display static FBML on Application Tabs which is dynamically generated, you just can't auto-load anything that's dynamic on the client side (until the user clicks something)

You'll need to make sure you setup the application to be installable to pages as well.

share|improve this answer
I think the Application route is what's going to work. I don't want the app to be installed anywhere else, so I've made it only installable to pages and not users and not submitting it to the directory. – Steve Aug 17 '10 at 16:10
That's the pretty standard "pattern" for implementing what you're talking about. – Peter Bailey Aug 17 '10 at 16:19

Go here for help on all things social media, especially FBML.

www.facebook.com/fanpagefactory

ask questions to the community or in the 24/7 live chat (you will get a timely response either way)

Enjoy.

share|improve this answer
If I had 125 points, I'd vote this down. Useless link points to crap. – Orolin Nov 25 '10 at 8:53

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.