Using parses Facebook login api, results in current user null
问题 I am using parse to crate a simple demo site that allows users to login/signup using their Facebook account. the login returns success, i also get correct user name i also see the database get populated with the facebook acount data but back at app.js: Parse.User.current() is null Jvascript on client side (index.html) <script> // Initialize Parse Parse.initialize("zzzzzzzzzzzzzzzzzzzzz", "zzzzzzzzzzzzzzzzzzzzzzzz"); window.fbAsyncInit = function() { Parse.FacebookUtils.init({ // this line