获取Facebook活动墙的权限 [英] Get permissions for a Facebook Event's Wall

查看:108
本文介绍了获取Facebook活动墙的权限的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



有些事件有打开墙壁(在任何登录用户都可以发布)对于他们),有些人只能在用户回覆后才接受帖子,而其他人则将墙完全关闭。



有没有办法确定哪个是当前设置,所以我可以在适当的时候隐藏评论框?该文档似乎没有建议我可以:



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

解决方案

p>确实如此,如果您在文档中打开链接,图表调用的示例,您会得到这个json,它隐藏了隐私信息:

 
{
.....
隐私:OPEN
updated_time:2010-04-13T15:29:40 + 0000
}


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 hide 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"
}

这篇关于获取Facebook活动墙的权限的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆