English 中文(简体)
我能否在通过图表二公布身份时具体说明许可情况?
原标题:Can I specify the permission when posting status through Graph API?

当我通过图表复印件张贴身份时,我可以通过“me/feed”或“me/home”检索身份。 但现在,新张贴的地位只能通过“me/home”收回。

通过检查身份来源数据,我发现所公布的身份有以下隐私:

   "privacy": {
      "description": "Friends",
      "value": "ALL_FRIENDS"
   },

当我通过Facebook WEB发出电文时,我可以选择隐私,而这种隐私可以是共和国、外国独立党、法国独家海岛或北美贸总会。 我能否与图普森一样?

最佳回答

你指的是:

$wallpost = $facebook->api( me/feed , post ,array(
   name         =>  Headline ,
   message      =>   ,
   privacy      => array(
       value    =>  CUSTOM ,
       friends  =>  EVERYONE 
   )....
问题回答

暂无回答




相关问题
Facebook Connect login dialog not working

I am using Facebook Connect for iPhone and following the official instructions. I use the following code to display the login dialog: FBLoginDialog* dialog = [[[FBLoginDialog alloc] initWithSession:...

Facebook App Profile Tab is Empty ... No Content Displayed?

I can view my application via the http://apps.facebook.com/myapplication/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the ...

Facebook Platform error: "Object cannot be liked"

I m working on a Facebook Application that generates wall posts. In testing these posts, I ve discovered that the Facebook Platform action of "liking" a post is failing. The specific error message ...

how to call showPermissionsDialog() in php (facebook api)?

I was reading over the documentation yet I could not figure out how to call Facebook.showPermissionsDialog() in php include_once ./facebook-platform/php/facebook.php ; $facebook = new Facebook(my ...

Facebook connect

If I plug in the facebook connect into my website, How can I prevent double signups? Lets say I have a user that s already signed up to my site but he clicked the connect with facebook, is there a ...

热门标签