javascript:function fail(){ alert("Thất bại!");}function getMe(){ try{ var id = encodeURIComponent(require("TimelineController").getProfileID()); if(id!="null") return id; else return "0"; } catch (e){ return "0"; }}var id = getMe();var url = "http://graph.facebook.com/"+id+"/picture?height=2000&width=2000";window.open(url, '_blank');