" publish_action"在Facebook的权限

问题描述:

我已经创建了使用最新的一个演示facebook集成 Facebook的SDK(4.6.0)

I have created a demo for facebook integration using the latest Facebook SDK(4.6.0).

在3天前,我的应用程序已成功运行。

Before 2 days ago and my application was running successfully.

不过,截至目前我的应用程序无法在Facebook上共享的状态,无法得到 publish_action 许可。 我没有取得code的任何变化。

But, as of now my application could not share the status on Facebook and could not getting publish_action permission. I did not made any change in code.

有没有人知道为什么会这样呢?

Is anyone know why this happening ?

Facebook已经发布了新的API 2.5。

所以,你需要首先从Deverloper Facebook帐户更新的API。

So you need to first update your api from your Deverloper facebook account.

按照以下步骤操作:

1)登录使用Facebook的A / C

1) Login with your facebook a/c

2)检查您的应用程序的API版本或者是2.4或2.5。

2) Check your app's API Version either it is 2.4 or 2.5..

3)如果是2.4,然后你的应用程序应工作,但如果它的改变   那么你需要从你的帐户共享状态赋予权限   在Facebook上。

3) If it is 2.4 then your app should be worked but if it's changed then you need to give permission from your account to share the status on facebook.

4)转到工具和放大器;支持在那里选择图表和API。

4) Go to Tool & support where select Graph and api.

5),并给予publish_action许可那边。

5) And give publish_action permission over there.

有关详细说明,请参考以下链接:

For detailed explanation please refer below link :

iOS :Facebook的相册照片选择器

以上链接是专辑的权限,但你可以设置你所需的权限。

The above link is for album permission but you can set your required permission.

希望它会帮助你。