Twitter认证期间重定向到回调页面
我遵循 http://www.londatiga.net/it/how-to-post-twitter-status-from-android/comment-page-2/#comment-10881。我还修复了评论后的错误。但是在我允许应用程序后的身份验证过程中,我被重定向到回调页面,这不应在移动应用程序中发生。这是屏幕截图:
I follow tutorial from http://www.londatiga.net/it/how-to-post-twitter-status-from-android/comment-page-2/#comment-10881. I also fix the bugs following comments. But during authentication after i allow application I am redirected to page from callback which shouldn't happens in mobile app. This are screenshots:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查此链接以了解 Twitter 与 Android 应用程序的集成:
Twitter 与 Android 集成
只需下载本教程并打开名为 Constants.java 的文件,然后输入消费者密钥和秘密密钥。
另请按照给出的步骤创建应用。
提供一些虚拟回调网址。然后它才会重定向到您的应用程序。
Check this Link for Twitter integration with Android Application :
Twitter Integration with Android
Just download this tutorial and Open File named Constants.java and put the Consumer Key and Secret Key.
Also follow the Steps given to create application.
Give some Dummy call Back Url.. Then only it will Redirect to your Application.