我正在开发一个appon blackberry平台,我希望在用户墙上发布消息...我能够获得会话ID ...但是不知道如何继续...
我正在做这样的事情......
enter code here
URLEncodedPostData post = new URLEncodedPostData(URLEncodedPostData.DEFAULT_CHARSET, false);
post.append("method", "stream.publish");
post.append("message", "published through the Facebook API");
post.append("session_key", sessionKey);
post.append("attachment", null);
post.append("action_links", null);
post.append("target_id ", null);
post.append("uid ", null);
我将此作为发布数据发送到以下网址:
http://api.facebook.com/restserver.php?
我得到的回复包含: 101 API密钥无效