GraphRequest imagesAlbumPost = new GraphRequest(token, "/1325165102/photos",
bundle, HttpMethod.POST,
new GraphRequest.Callback() {
public void onCompleted(GraphResponse response) {
uploadedPhotoId = "";
Log.d("Image Post", "Res =" + response.toString());
}
});
1325165102
アルバムのID Profile Pictures
(ダミーID)
次の例外が発生します。
{レスポンス: responseCode: 200、graphObject: null、エラー: {HttpStatus: 403、errorCode: 220、errorType: OAuthException、errorMessage: (#220) アルバムまたはアルバムが表示されない}}
それは正常ですか?に画像をアップロードする方法はありますProfile Pictures
か?