简体   繁体   English

FB登录审核后,iOS应用可以共享,但不喜欢

[英]After FB login review, iOS app can share, but not like

In April 2015, we have submitted an iOS app with Graph API v2.2 for Facebook Login review for publish_actions permission. 2015年4月,我们提交了带有Graph API v2.2的iOS应用,用于Facebook登录审核,具有publish_actions权限。 It has been approved, we have set YES for "Do you want this app ... to be available for general public". 它已被批准,我们为“您是否希望此应用...对公众开放”设置为“是”。

But now only users with Testers and Developers roles can both share and like . 但现在只能用测试仪的用户和开发者的角色可以分享喜欢 "General public" users can only share (very strange). “公众”用户只能共享 (非常奇怪)。

In code, we surely do request publish_actions . 在代码中,我们一定会请求publish_actions

How can we allow regular users to post likes? 我们如何允许普通用户发布喜欢?

It turned out, that our app used to post likes not through the FB SDK's like button, but through our own button via the graph API. 事实证明,我们的应用过去不是通过FB SDK的“赞”按钮发布喜欢的,而是通过图形API通过我们自己的按钮发布的。

So we had to submit open-graph action type Like as well as permissions. 因此,我们必须提交开放式动作类型为Like以及权限。

It's very misleading, that publish_actions permission does not cover the very ability to post likes. 这很容易引起误解,因为publish_actions权限并未涵盖发表喜欢的能力。

PS As of the April, 2015, to add Likes to submission, you should go to Status & Review -> Items in Review -> Add Items to this Submission -> Action types -> "Like" checkbox . PS截至2015年4月,要向提交内容添加喜欢,您应该转到Status & Review -> Items in Review -> Add Items to this Submission -> Action types -> "Like" checkbox Than add like-related screenshots from your app. 比从您的应用程序添加相似的屏幕截图。

Note, that it is prohibited to use custom "thumbs-up"-looking icon for your custom like button (FB brand restrictions), use "heart" icon or so. 请注意,禁止将自定义的“竖起大拇指”图标用于自定义按钮(FB品牌限制)或使用“心”形图标。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM