【发布时间】:2011-09-26 08:11:47
【问题描述】:
我正在尝试使用 stumbleupon API 来获取有关我网站上项目的信息。
文档:http://www.stumbleupon.com/help/badge-api-documentation/
现在它可以完美运行,除了一些 URL ......
但是 http://lolbin.net/i/fp16jU82/that's-what-beer-is-for.htm 例如在 URL 中有一个 ',这对于 Stumbleupon API 来说是一个问题。
我尝试了各种方法,但总是收到错误页面:
http://www.stumbleupon.com/services/1.01/badge.getinfo?url=http://lolbin.net/i/fp16jU82/that's-what-beer-is-for.html
http://www.stumbleupon.com/services/1.01/badge.getinfo?url=http://lolbin.net/i/fp16jU82/that\'s-what-beer-is-for.html
http://www.stumbleupon.com/services/1.01/badge.getinfo?url=http://lolbin.net/i/fp16jU82/that%27s-what-beer-is-for.html
http://www.stumbleupon.com/services/1.01/badge.getinfo?url=http://lolbin.net/i/fp16jU82/that%252527s-what-beer-is-for.html
该项目在 stumbleupon 数据库中已经有很多视图:http://www.stumbleupon.com/url/lolbin.net/i/fp16jU82/that%252527s-what-beer-is-for.html
我的问题是,如何通过 API 查询这个特定的项目,以便获得有效的返回?
【问题讨论】:
标签: api url-encoding apprequests