Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
QuickBlox ios SDK を使用して iOS アプリを作成しました。その中で、手動および Facebook のログイン オプションを提供しました。Facebook を使用してログインした後、チャットにログインできませんでした。ただし、手動ログインではそのような問題はありません。これは、表示されているエラーです: QBChat/didNotAuthenticate, error:
チャットにログインするために、Facebook にログインした後に何かする必要があることはありますか?
この方法を試してみますか
[QBUsers logInWithSocialProvider:@"facebook" accessToken:@"my_fb_token" accessTokenSecret:nil delegate:self];
Facebookトークンを明示的に渡すと?