この URL を取得するにはどうすればよいですか:
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