0
現在我得到越來越頁面上此錯誤與我嵌入鳴叫 - JsonData實例不抱串 使用LINQ to嘰嘰喳喳得到錯誤使用LINQ到Twitter - JsonData實例不抱串
var embeddedStatus =
(from tweet in ctxTwitterContext.Status
where tweet.Type == StatusType.Oembed &&
tweet.ID == TweetID
select tweet.EmbeddedStatus)
.SingleOrDefault();
string html = embeddedStatus.Html;
我用Google搜索,但沒有發現他的錯誤使用LINQ到Twitter