Java と Facebook の統合に多大な費用がかかるとは知りませんでした。管理者として Facebook ページに投稿するサンプル コードはありますか?
OAuth プロセスを理解しています。 scribe libを使用してテキストと共に OAuthRequest を送信するだけです 。可能であれば、バイト[](画像)を送信する方法。
request.addBodyParameter("status", "Testing: Updating my facebook status through Java");
service.signRequest(accessToken, request);
Response response = request.send();
スクライブの例から上記のコードを試しましたが、{"error":{"message":"(#100) Can only call this method on valid test users for your app","type":"OAuthException","code":100}}
ありがとう。