ユーザーの Facebook ウォールにデータを載せるのに大きな問題があります。私は典型的なものを使用しています:
String response = mFacebook.request("me/feed", params, "POST");
しかし、それは一貫して私に出力を与えます:
07-31 12:28:44.651: V/status(23104): {"error":{"message":"An active access token must be used to query information about the current user.","type":"OAuthException","code":2500}}
したがって、私のコードの構造では、この API メソッドを使用できないと思います。FB API なしで POST データを送信する方法を知っていますか?