2

我做了一个应用程序,在我的 facebook 帐户上发布相册。它曾经在几个月前工作,但现在该应用发布的专辑不公开。查看我的 facebook,相册有公共权限,但我的朋友看不到它们。只有我通过 Facebook 手动上传的那些。

FacebookType  publishPhotoResponse = (FacebookType) facebookClient.publish("me/albums", FacebookType.class,Parameter.with("name", album));
String idAlbum=publishPhotoResponse.getId();
publishPhotoResponse = (FacebookType) facebookClient.publish(idAlbum+"/photos", FacebookType.class, BinaryAttachment.with(file.getName(), is), Parameter.with("message", texto));

感谢您的帮助,我不知道还能做什么。安德烈亚

4

0 回答 0