小编jav*_*tis的帖子

I can't load images from Graph Facebook

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:

  • UniversalImageLoader: Image can't be decoded
  • BitmapFactory: bitmap = null

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:

  1. https://lookaside.facebook.com/platform/profilepic/?asid=100779423975829&height=200&width=200

  2. https://m.facebook.com/platform/profilepic/?asid=100779423975829&height=200&width=200

Anyone else is having problems …

android facebook-graph-api

5
推荐指数
1
解决办法
1897
查看次数

标签 统计

android ×1

facebook-graph-api ×1