JavaScript SDK: Saving User in Database After Facebook Login

tarnigree

New Member
So I'm creating an HTML5 backbone mobile application using a cloud data-store and I want to persist the user information after they've logged in. Login and logout are working fine, but the only problem is that I'm not sure how to save the user upon a successful callback. Is there anyway I can get a JSON file from facebook after the authorization function completes?
 
Top