有了 "user_status" Facebook 的许可,我可以制作一个应用程序来向用户展示他们的个性吗?
With the "user_status" Facebook permission, can I make an app to show the user their personality?
我有一个应用程序可以分析文本评论并从中找出个性。我想在其中集成 Facebook,但是在检查 user_status 权限时,我读到:
- (确定)根据状态更新提供创意内容。
- (确定)通过对用户过去状态的内容进行可视化分析,为用户提供价值。
- (不正确)不可见地使用此数据,例如情绪分析或
防范垃圾邮件机器人。
该应用程序将向用户展示他们的个性。它分析了他们过去状态的内容并为这个人提供了价值,他们对自己的个性有了更多的了解,并且根据他们属于哪个类别,他们会看到一张图片和对其的简短描述。
我不确定最后一点,我的工作算作"sentiment analysis"吗?此数据的使用完全向用户显示。
我想知道这一点,因为在 Facebook 去年 4 月的最近更改之后,我找不到任何应用程序可以执行此操作。
由于请求权限 Facebook 想要查看所有操作,因此提前知道这根本不允许将节省我一些代码。
谢谢!
我不确定如何正确回答我自己的问题,答案来自另一个网站,但我从 Facebook 的“Facebook 开发者社区”小组中的 David Doyle 那里得到了非常友好的反馈。
We see a lot of apps that do or claim to do similar to what you're looking for. Permissions can be approved in these cases if the content is clearly influenced by the information a permission provides, is clearly visible to people using the app and results vary based on the information provided.
Where some apps might fall down with requests like this is claiming "the answer is custom based on your user_status" but in reality, the answers are always the same - or there's a core set of answers that are rotated and the information provided from login are never used in the app.
Hope this makes things a bit clearer!
然后他补充说
What I mean by clear visibility is that if I'm a person signing into your app I should know why you're asking me for user_status.
When I get my result, I should know how my status information contributed to it.
讨论的固定链接,如果您在 Facebook 群组中:link
我有一个应用程序可以分析文本评论并从中找出个性。我想在其中集成 Facebook,但是在检查 user_status 权限时,我读到:
- (确定)根据状态更新提供创意内容。
- (确定)通过对用户过去状态的内容进行可视化分析,为用户提供价值。
- (不正确)不可见地使用此数据,例如情绪分析或 防范垃圾邮件机器人。
该应用程序将向用户展示他们的个性。它分析了他们过去状态的内容并为这个人提供了价值,他们对自己的个性有了更多的了解,并且根据他们属于哪个类别,他们会看到一张图片和对其的简短描述。
我不确定最后一点,我的工作算作"sentiment analysis"吗?此数据的使用完全向用户显示。
我想知道这一点,因为在 Facebook 去年 4 月的最近更改之后,我找不到任何应用程序可以执行此操作。
由于请求权限 Facebook 想要查看所有操作,因此提前知道这根本不允许将节省我一些代码。
谢谢!
我不确定如何正确回答我自己的问题,答案来自另一个网站,但我从 Facebook 的“Facebook 开发者社区”小组中的 David Doyle 那里得到了非常友好的反馈。
We see a lot of apps that do or claim to do similar to what you're looking for. Permissions can be approved in these cases if the content is clearly influenced by the information a permission provides, is clearly visible to people using the app and results vary based on the information provided.
Where some apps might fall down with requests like this is claiming "the answer is custom based on your user_status" but in reality, the answers are always the same - or there's a core set of answers that are rotated and the information provided from login are never used in the app.
Hope this makes things a bit clearer!
然后他补充说
What I mean by clear visibility is that if I'm a person signing into your app I should know why you're asking me for user_status.
When I get my result, I should know how my status information contributed to it.
讨论的固定链接,如果您在 Facebook 群组中:link