このコードを編集して、たとえばディレクトリ「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"));