问题描述
由于最近的,我现在需要知道我的帖子代表'设置用户有我的应用程序设置,但我似乎无法弄清楚如何查询此参数。这是我在应用设置下所说的设置:
有没有办法得到这是什么设置?我已经签出了我/许可,而不在那里。
谢谢
解决方案是从privacy_setting通过FQL获取,如下所述:
Due to a recent policy change on facebook I now need to know the 'posts on my behalf' setting the user has my application set to but I can't seem to figure out how to query this parameter. Here is the setting I'm talking about under 'App Settings':
https://img.skitch.com/20120404-mye28nbkn8f3w4kkfsbb6unb1p.jpg
Is there a way to get what this is set to? I already checked out me/permissions and its not in there.
Thanks
The solution is the get it from 'privacy_setting' via FQL as documented on:
https://developers.facebook.com/docs/reference/fql/privacy_setting/
这篇关于如何通过API确定Facebook应用程序的“我的帖子”设置?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!