是否可以使用应用程序回答facebook事件?

时间:2011-10-31 11:38:46

标签: ios facebook-graph-api facebook

是否可以通过调用方法requestwithgraphpath来回答使用facebook connect的事件:

[[Facebook shared] requestWithGraphPath:link/attending andParams:params2 andHttpMethod:@"POST" andDelegate:self];

改变答案怎么样? (我是否必须打电话给“DELETE”才能参加,然后打电话给“POST”或者拒绝?)

我正在使用权限rsvp_event和user_events

1 个答案:

答案 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}是参与,可能,拒绝的