从 Twitter API 策略请求 xAuth 权限
Twitter API 政策团队要求 iOS 应用开发者申请使用 xAuth 的权限。他们建议我首先使用 oAuth,但由于我使用的是 MGTwitterEngine,我无法使用 oAuth 进行通信,除非我使用我的消费者密钥和密码。消费者秘密。
但使用消费者密钥 &消费者秘密,我只能发布到我的 Twitter,而不允许用户使用他们的帐户登录。
我在 xAuth 申请过程中错过了什么?
Twitter API Policy team requires iOS app developer to apply for permission to use xAuth. They suggest me to use oAuth first, but as I'm using MGTwitterEngine, I am unable to use oAuth as communication, except when I use my consumer key & consumer secret .
But using the consumer key & consumer secret , I can only post to my Twitter, instead of allowing users to login with their account.
What have I missed in xAuth application process?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您的应用程序支持 Twitter 的自定义登录,那么您需要向 Twitter 人员发送邮件,说明您的应用程序支持自定义登录等功能。
邮件应包含
消费者密钥、秘密密钥等。
请填写您的应用程序需要 Xauth 密钥的有效原因。
If your application support custom login for twitter, Then you need to mail twitter guys saying that your application support custom login etc,etc feature.
Mail should contain
Consumer key,Secret key etc.
Put the valid reason why you need Xauth key for your application.
看来 iOS 5 有原生 Twitter 支持,因此问题就解决了(仅在 iOS 5 中)。仍在等待 iOS 4 的答案。
Seems iOS 5 has native Twitter support, therefore problem is then solved ( only in iOS 5 ). Still waiting for answers for iOS 4.