Tijo Thomas

Results 3 comments of Tijo Thomas

/*Important for android version 9 pie*/ httpClient.getConnectionManager().getSchemeRegistry().register( new Scheme("https", SSLSocketFactory.getSocketFactory(), 443) ); add this code before HttpResponse response = httpclient.execute(request); in InstagramMediaRequest in line number 61 after try catch block...