如何编辑此代码以在我的墙上发布例如目录中的照片:“C:\myfiles\myphoto.jpg”?
FacebookType publishPhotoResponse = facebookClient.publish("me/photos", FacebookType.class,
BinaryAttachment.with("cat.png", getClass().getResourceAsStream("/cat.png")),
Parameter.with("message", "Test cat"));