使用twitter登录Quickblox会出现Bad Authentication Data错误 [英] Sign in Quickblox using twitter gives Bad Authentication Data error

查看:387
本文介绍了使用twitter登录Quickblox会出现Bad Authentication Data错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已成功使用Facebook登录,但当我尝试使用Twitter时,它会说出Bad Authentication请求。我已经分开了Access令牌和密钥。 Heres代码段

i have successfully Signed in using facebook but when i tried twitter it says Bad Authentication request. I have orivided both Access token and Secret key. Heres code snippet

QBASessionCreationRequest *extendedAuthRequest = [QBASessionCreationRequest request];
extendedAuthRequest.socialProvider = socialProvider;
extendedAuthRequest.socialProviderAccessToken = @"ACCESS_TOKEN";
extendedAuthRequest.socialProviderAccessTokenSecret = @"ACCESS_TOKEN_SECRET";

[QBAuth createSessionWithExtendedRequest:extendedAuthRequest delegate:self];


推荐答案

您是否设置了API KEY,API SECRET和callback for你的应用? http://quickblox.com/developers/Social_Networks_Integration_Manual

Are you set API KEY, API SECRET and callback for your app? http://quickblox.com/developers/Social_Networks_Integration_Manual

我没有读过这篇文章时遇到同样的错误。

I have same error while don't read this article.

这篇关于使用twitter登录Quickblox会出现Bad Authentication Data错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆