new GraphRequest(AccessToken.getCurrentAccessToken(),
"/"+userId+"/picture",
null,
HttpMethod.GET,
new GraphRequest.Callback() {
public void onCompleted(GraphResponse response) {
/* handle the result */ Log.e("new Response","----"+response);
}
}
).executeAsync();
}
我得到的反应如下。
回复:
responseCode:200,graphObject: {" FACEBOOK_NON_JSON_RESULT":" \ u0000的\ u0010JFIF \ u0000的\ U0001 \ U0002 \ u0000的\ u0000的\ U0001 \ u0000的\ U0001 \ u0000的\ u0000的\ u0000Photoshop&#34 ;}, 错误:null}
答案 0 :(得分:0)
创建简单的executeGraphPathRequestAsync
请求,而不是创建GET
请求。
graph.facebook.com/YOUR_USER_ID/picture
检查以下链接以从远程网址获取图片: