Does the facebook javascript thread run as a single thread or are requests sent out in parallel? If I make two api calls one after another, such that the second relies on the result of the first, do I have to put the second in the first's callback?
Not a programmer by trade so I'm not sure if that lingo was right