我有這樣的代碼:返回查詢結果使用自定義功能
getThirdPartyID : function() {
return FB.api("/me?fields=third_party_id", function (userData) {
console.debug("Your Facebook ThirdPartyId is: " + userData["third_party_id"]);
return userData["third_party_id"];
});
},
但它返回空。這個代碼有什麼問題?我如何使用相同的想法訪問它? tnx
開箱即用! Ur一個js忍者! tnx – zsitro 2012-02-01 13:14:15