Error 2500 when trying to get Facebook Email in Appcelerator Titanium
问题 I try to get email address of a user logged in via Facebook Module. But get error every time {"error":"An error code 2500 has occured. An active access token must be used to query information about the current user."} My code is: var viewClick = function() { fb.logout(); fb.initialize(); fb.authorize(); }; var facebookLogged = function(e) { fb.requestWithGraphPath("me?fields=name,email,first_name,last_name", {}, 'GET', function(result) { Ti.API.info(JSON.stringify(result)) // var data = JSON