在Facebook用户的墙上发布

时间:2009-11-09 11:35:06

标签: facebook blackberry facebook-wall

我正在开发一个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密钥无效

1 个答案:

答案 0 :(得分:2)

您应该尝试注册您的应用程序,获取API密钥并在请求中使用 注册并转到www.facebook.com/developers/createapp.php