我在将一些数据放在用户 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 数据吗?