I'm executing the following code:
HttpClient httpclient = new DefaultHttpClient();
HttpResponse response = httpclient.execute(new HttpGet("(...)&avatarUrl={(...)}&socialId=1&sexo=m&username="));
My problem is I'm getting an illegalArgumentException
at letter l from the word avatarUrl
, and I don't understand why.
I'll really appreciate your help.