仅使用twitter api和javascript显示最后一条推文(客户端)

时间:2013-09-11 14:20:47

标签: javascript twitter

我有一个网页,我想在其上显示特定用户名的最后一条推文,比如说my_username,只使用javascript(没有服务器端编程)。我抬起头,发现这样做的简单方法是:

<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script> 
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/my_username.json?callback=twitterCallback2&;count=1"></script>

但是现在看来这个方法已被弃用,不再适用了。它在运行脚本时出现以下错误:

Blocked a frame with origin "https://platform.twitter.com" from accessing a frame with origin "null".  The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "file". Protocols must match.

是否有任何方法只在客户端执行此操作。甚至可以在不使用PHP / OAuth的情况下完成这项工作吗?任何帮助将不胜感激。谢谢!

0 个答案:

没有答案