我怎样才能得到这个网址:
http://api.flickr.com/services/rest/?method=flickr.auth.getFrob&format=rest&api_key=xxx&perms=write&api_sig=xxx
进入:
http://api.flickr.com/services/auth/?api_key=xxx&perms=write&frob=xxx&api_sig=xxx
我从 XML 中提取并存储在字符串中的 frob 参数,所以它看起来像
String frob;
String originalURL;
//just need to join frob as well remove and rearrange accordingly