P

Size: a a a
P

P
T
T
I
I
P
(binary) улеталT
T
I
(binary) улеталP
I
I
T
try {
URL url = new URL("http://site.com/site/app-use?token=777");
try {
HttpURLConnection con = (HttpURLConnection) url.openConnection();
con.setRequestMethod("GET");
BufferedReader in = new BufferedReader(new InputStreamReader(
con.getInputStream()));
String inputLine;
while ((inputLine = in.readLine()) != null) {
System.out.println(inputLine);
}
in.close();
} catch (IOException e) {
System.out.println("Can't read a"); // Or something more intellegent
}
} catch (MalformedURLException ex){
}I
T
I
T
P
media уходит не как (binary), а как [object Object]I
media уходит не как (binary), а как [object Object]