Windows NT服务器上的Twitter API不工作



当涉及到OAuth和twitter API时,我不知道我在做什么,所以我遵循了本教程,并且能够在Linux服务器上实现这一点。但是,我不能在Windows服务器上。它抛出编码的错误消息。

哎呀,我们的推特订阅源出了问题

if (!$tweet_flag) { echo $tweets = '<ul class="twitter_stream twitter_error"><li>Oops, something went wrong with our twitter feed - <a href="http://twitter.com/'.$twitter_username.'/">Follow us on Twitter!</a></li></ul>'; }

是否有什么原因会导致出现问题?

找到了另一个解决方案:

http://f6design.com/journal/2013/06/20/tweetphp-display-tweets-on-your-website-using-php/

这在现场运行良好。

最新更新