无法读取 yahoo 管道中的 json
$(function(){
$.getJSON('http://pipes.yahoo.com/pipes/pipe.run?_id=7ba696f34ae17b6fa8f5d4de13064dea&_render=json&callback=?',function(data){alert('called')});
});
我正在使用上面的代码访问我创建的雅虎管道,以将last.fm xml输出转换为json。但是firebug控制台输出向我显示,
invalid label
http://pipes.yahoo.com/pipes/pipe.run?_id=7ba696f34ae17b6fa8f5d4de13064dea&_render=json&callback=jsonp1276401573015
Line 1
而我可以使用浏览器以完全正常的方式查看结果。而且我使用 jsonlint 验证 json,它显示 json 是有效的,可能是什么问题?
$(function(){
$.getJSON('http://pipes.yahoo.com/pipes/pipe.run?_id=7ba696f34ae17b6fa8f5d4de13064dea&_render=json&callback=?',function(data){alert('called')});
});
i am using the above code to acess the a yahoo pipe i created to convert the last.fm xml output to json.but the firebug console output is showing me
invalid label
http://pipes.yahoo.com/pipes/pipe.run?_id=7ba696f34ae17b6fa8f5d4de13064dea&_render=json&callback=jsonp1276401573015
Line 1
while i can view the result using a browser in a perfectly normal way.also i validated the json using jsonlint and it shows the json is valid,what migt be the problem ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据http://discuss.pipes.yahoo.com/Message_Boards_for_Pipes/ threadview?m=mm&bn=pip-DeveloperHelp&tid=2097&mid=2098&tof=3&o=rr&rt=2&frt=2&off=1
It's
_callback
notcallback
according to http://discuss.pipes.yahoo.com/Message_Boards_for_Pipes/threadview?m=mm&bn=pip-DeveloperHelp&tid=2097&mid=2098&tof=3&o=rr&rt=2&frt=2&off=1