我試圖用fb.api邀請用戶在Facebook的事件:Facebook的事件+ RSVP出席
FB.api('/345345345345453/attending', 'post', function (data) {
console.log(data);
});
我也試過,但沒有幫助過:
FB.api('/345345345345453/attending&access_token + '/ACCESSTOKEN'', 'post', function (data) {
console.log(data);
});
我得到一個消息在我的日誌中說:
"(#100) User must be able to RSVP to the event."
任何人都可以幫忙。謝謝。
這應該在這個特定的情況下工作。它也適用於我。 http://stackoverflow.com/questions/7312964/checking-for-event-rsvp-status-and-showing-disabled-enabled-rsvp-button – webjunkie