url: https://graph.facebook.com/100779423975829/picture?type=large;
other url with type normal: https://graph.facebook.com/100779423975829/picture?type=normal
I tried to load url with Glide, Picasso, UniversalImageLoader and decodeStream from BitmapFactory and don't have any good result and the result is the next:
If I open the url with Chrome pc I will automatically download the photo without opening it.
in the webview from my app, i check the redirects from this url:
https://lookaside.facebook.com/platform/profilepic/?asid=100779423975829&height=200&width=200
https://m.facebook.com/platform/profilepic/?asid=100779423975829&height=200&width=200
Anyone else is having problems …