是否可以通过调用方法requestwithgraphpath来回答使用facebook connect的事件:
[[Facebook shared] requestWithGraphPath:link/attending andParams:params2 andHttpMethod:@"POST" andDelegate:self];
改变答案怎么样? (我是否必须打电话给“DELETE”才能参加,然后打电话给“POST”或者拒绝?)
我正在使用权限rsvp_event和user_events
答案 0 :(得分:0)
这里有一个blog post来自上次更新API时的一些API调用示例,主要文档位于https://developers.facebook.com/docs/reference/api/event/
基本上,要从事件中删除用户DELETE
到/{event id}/invited
- 这个可能需要'create_event'权限,因为它是对事件的修改,我不是100%肯定
要更改RSVP状态,POST
到/{event id}/{status}
,其中{status}
是参与,可能,拒绝的