SyntaxFix
Write A Post
Hire A Developer
Questions
I ran into the same thing with the Bing Map API. URLEncoder just made things worse, but a replaceAll(" ","%20"); did the trick.
replaceAll(" ","%20");