ios - QuickBlox : FB user cannot login in the chat -
i have created ios app using quickblox ios sdk. in have provided manual , facebook login options. after logged in using facebook, not logged chat. there no such problem manual login. error showing: qbchat/didnotauthenticate, error:
is there needed after facebook login inorder login chat?
please read chat password http://quickblox.com/developers/chat#password
if using social login, password chat equal qb session token
qbuuser *user = [qbuuser user]; user.id = 298; user.password = [baseservice sharedservice].token; [[qbchat instance] loginwithuser:user];
Comments
Post a Comment