1
我正在開發一個appon黑莓平臺中,我的hve將發佈用戶牆上的留言...我能得到會話ID ...但不知道如何繼續進行......發佈在Facebook用戶的牆
我正在做這樣的事情......
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?
和我收到的響應包含:無效的API密鑰