是否可以仅使用 javascript 客户端脚本来聚合来自 Twitter 和 Facebook 的用户状态?
我想制作一个网页来聚合 Twitter、Facebook 等社交网站,但考虑到跨域安全问题,我不知道这是否可行。我听说过 JSONP,但我从未使用过,也不知道它是否可以从 Twitter 和 Facebook 获取数据。
I would like to make a web page that aggregates social sites like Twitter, Facebook, and others however I have no idea if this is possible considering cross domain security issues. I've heard of JSONP but I've never used and don't know if that will work to get data from Twitter and Facebook.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 http://remysharp。 com/2007/05/18/add-twitter-to-your-blog-step-by-step/ 这显示了一个基于 JS 的解决方案,只需通过 JavaScript 即可获取时间线。我想你可以为 Facebook 做类似的事情(?)
Check out http://remysharp.com/2007/05/18/add-twitter-to-your-blog-step-by-step/ That shows a JS based solution to get a timeline just through javascript. I presume you can do something similar for facebook (?)
Twitter 和 Facebook 都不提供 JSONP。
通过使用他们的 javascript api,您也许可以创建一个仅 javascript 聚合器网站:
http://platform.twitter .com/js-api.html
http://developers.facebook.com/文档/参考/javascript/
Neither Twitter nor Facebook provide JSONP.
You might be able do a javascript only aggregator site though using their javascript apis:
http://platform.twitter.com/js-api.html
http://developers.facebook.com/docs/reference/javascript/