我正在为我的应用程序使用 Twitter 登录 - 我遵循了此链接中的教程:https://dev.twitter.com/twitter-kit/android . 它在 https://fabric.io/ 创建了一个新项目. 它工作正常,但当我只需要读取权限时,它会要求用户提供读/写权限。
我知道我可以在 https://apps.twitter.com/ 更改权限(Twitter 的应用程序管理),我在那里看不到我的应用程序,但我可以在 fabric 的应用程序管理中看到它。
你们中有人知道如何更改权限吗?
最佳答案
和平时设置权限一样。在 http://apps.twitter.com/ 创建应用程序后,单击您的应用程序的详细信息选项卡,然后转到“应用程序设置”标题。从那里您可以单击访问级别下的“修改应用程序权限”,然后修改您的访问级别。以下是您要查找的内容的屏幕截图。
I know that I can change the pemissions at https://apps.twitter.com/ (Twitter's application management), I don't see my app there, but I can see it at fabric's app management.
默认情况下,Fabric 会自动生成凭据。为防止“如果您没有使用 Fabric 自动生成的 Twitter 凭据,请确保在使用此功能之前为您的 Twitter 应用选中“允许此应用程序用于登录 Twitter”。”
来源:https://dev.twitter.com/twitter-kit/android/twitter-login
关于android - Fabric 来自推特 : Read-only permissions for an Android app,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26913063/