I am using facebook photo's in my app. The facebook photo's are stored behind a https url.
Can somebody give me an example to load an image with the networkimageview using https?
I am using facebook photo's in my app. The facebook photo's are stored behind a https url.
Can somebody give me an example to load an image with the networkimageview using https?
I had similar problems, not with facebook, but with images under https.
Besides there was a self-signed certificate, plus a lot of redirect, cookies management etc.. So I used HttpClient Stack with Volley and now everything works great.
Maybe this could be helpful for your problem. You can skip all the all the parts that do not interest you.
Initialize HttpClient (you can skip what don't need)
Use HttpClient with Volley
TrustAllSSLSocketFactory.java