New Twitter API: using it for a custom twitter feed(新的 Twitter API:将其用于自定义 Twitter 提要)
问题描述
人类.
我有一个自定义的 Twitter 提要小部件,在 API 更新之前它工作正常.代码是这样的:
humans.
I had a custom Twitter feed widget that was working fine until the API update. The code was like this:
<ul id="twitter_update_list"><li>Twitter feed loading</li></ul>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="https://api.twitter.com/1.1/statuses/user_timeline/username.json?callback=twitterCallback2&count=4"></script>
现在他们已更新到 API 1.1,此代码不起作用.所以,我的问题是,现在有没有人需要改变才能让它工作?还是我只需要开始使用他们的提要小部件?感谢您的任何回答!
Now that they have updated to API 1.1, this code doesn't work. So, my question is, does anyone now what I need to change to get this to work? Or do I just need to start using their feed widgets? Thanks for any answers!
推荐答案
您可以通过现场示例获得解决方案
You can get solution here with live example
http://codepen.io/jasonmayes/pen/Ioype
这篇关于新的 Twitter API:将其用于自定义 Twitter 提要的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:新的 Twitter API:将其用于自定义 Twitter 提要
基础教程推荐
- 如何使用TypeScrip将固定承诺数组中的项设置为可选 2022-01-01
- Electron 将 Node.js 和 Chromium 上下文结合起来意味着 2022-01-01
- html表格如何通过更改悬停边框来突出显示列? 2022-01-01
- 自定义 XMLHttpRequest.prototype.open 2022-01-01
- 用于 Twitter 小部件宽度的 HTML/CSS 2022-01-01
- 我可以在浏览器中与Babel一起使用ES模块,而不捆绑我的代码吗? 2022-01-01
- Chart.js 在线性图表上拖动点 2022-01-01
- 直接将值设置为滑块 2022-01-01
- Vue 3 – <过渡>渲染不能动画的非元素根节点 2022-01-01
- 如何使用JIT在顺风css中使用布局变体? 2022-01-01