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

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -