我爬过 Abraham 的 twitter 类,终于让它在我的网站上显示我的最后一条推文。现在我对为什么
无法识别标签感到困惑,因为它在萤火虫中显示为正确的 html。这有什么共同的原因吗?
http://liebdich.biz
PHP的对应行:
$tweets = $connection->get("https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=".$twitteruser."&count=".$notweets);
$text = $tweets[0] -> text;
echo $text;
谢谢!!