Stumbleupon APIを使用して、自分のサイトのアイテムに関する情報を取得しようとしています。
ドキュメント:http ://www.stumbleupon.com/help/badge-api-documentation/
これで、一部のURLを除いて完全に機能します...
ただしhttp://lolbin.net/i/fp16jU82/that's-what-beer-is-for.htm
、たとえば、URLに'が含まれている場合、これはStumbleuponAPIの問題です。
さまざまなことを試しましたが、エラーページが表示され続けます。
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を介してこの特定のアイテムをクエリして、有効な返品を取得するにはどうすればよいですか?