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.

A tree is a widely-used data structure that emulates a hierarchical tree-like structure with a set of linked nodes.

learn more… | top users | synonyms (1)

0
votes
1answer
242 views

Is it possible to have comments with individual replies using Facebook API?

I'd like to have comments with individual replies, like a tree. Pretty much what you get with DISQUS but with Facebook's API. Is that possible? Any workaround? Thanks.
4
votes
5answers
1k views

JavaScript tree functionality without framework

I'd like to display a tree on a Facebook page with JavaScript. Therefore there can be no dependencies on frameworks such as jQuery or Ext which won't run on Facebook, at least as far as I know when I ...