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.
Ember.js is an advanced HTML5 MVC application framework written in JavaScript.
1
vote
1answer
145 views
How do I parse XFBML tags when rendering a EmberJS view?
I have an EmberJS view that dynamically renders XFBML tags. How can I get that view to call FB.XFBML.parse() whenever the EmberJS view is being rendered?
Is it a good idea to override the ...
1
vote
1answer
1k views
ember.js node and nginx
I want to serve static webpages for a facebook application via nginx, enable interactivity via ember.js, and update pages with custom data via rest api on node. Is this a logical set up? I am new to ...