string URL = "https://graph.facebook.com/me?access_token=" + token; string JSON = GetWebRequest(URL); dynamic json = JValue.Parse(JSON); ...
確定! 回上一頁