我正在使用facebook SDK 3.0我必须获得用户登录的个人资料图片.这是我使用的代码:
URL image_value = new URL("http://graph.facebook.com/"+id+"/picture" );
profPict=BitmapFactory.decodeStream(image_value.openConnection().getInputStream());
Run Code Online (Sandbox Code Playgroud)
但我没有得到理想的结果.