我现在在嵌入推文的页面上收到此错误 - JsonData 实例不包含字符串 Using Linq to twitter
var embeddedStatus =
(from tweet in ctxTwitterContext.Status
where tweet.Type == StatusType.Oembed &&
tweet.ID == TweetID
select tweet.EmbeddedStatus)
.SingleOrDefault();
string html = embeddedStatus.Html;
我用谷歌搜索但没有发现他在 linq to twitter 上的错误