开发者

Get permissions for a Facebook Event's Wall

I'm integrating Facebook Event walls on my site using the JS API.

Some events have "open" Walls (in that any logged-in user can post to them), some have Walls that will only accept posts after a user RSVPs, and others have their Wall turned off completely.

Is there a way to determine which is the current setting so I can h开发者_如何学JAVAide the comment box when appropriate? The documentation does not seem to suggest I can:

http://developers.facebook.com/docs/reference/api/event/


Indeed it dose, if you open link in documentation, a example of graph call, you get this json which cointains privacy inforamtion:

{
.....
privacy: "OPEN"
updated_time: "2010-04-13T15:29:40+0000"
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜