我正在使用3pillar socialauth编写一个与3个网站连接的应用程序 - facebook,twitter和google +。虽然使用Facebook登录工作非常好,但我遇到了Twitter的问题。我收到以下消息 - org.brickred.socialauth.exception.SocialAuthConfigurationException: Application keys are not correct. The server running the application should be same that was registered to get the keys.
如果我使用样本提供的默认密钥,应用程序的工作完全正常。我该如何解决这个问题?请指导我。提前谢谢。
答案 0 :(得分:1)
使用SocialAuth
的Twitter登录功能完美(我已经完成了)。请确保您已完成以下所有操作:
1. 您已在客户/公司的Twitter帐户中创建了一个应用,并且使用了消费者密钥& Android应用中使用的消费者秘密与您从Twitter应用中获得的消费者秘密相同。
2。在您的Twitter应用中,您已将访问级别设置为Read and write
或Read, write, and direct messages
。
3。您必须在Twitter应用中提供回调网址。
<强>参考文献:强>
1。 Step by Step Guide to Get Twitter consumer key and secrets.