Invalid uri redirection for user module QuickBlox facebook login

I am new to QuickBlox. I just downloaded the sample code from SimpleSample-chat users-ios and connected it to my application in QuickBlox.

It works great with registration and regular login.

However, if I use the facebook login, an error has occurred. Error Code 191:

Invalid redirect_uri: This URL is not allowed by application configuration.

Edited 2012-12-05: After reading the manual, I changed the settings of my facebook application as follows: Facebook App Setting And I populated the application identifier and QuickBlox private key as follows: QuickBlox social integration setting

However, I still get the wrong url error.

Note: I do not make any changes to the sample, but these few lines with QuickBlox application information:

[QBSettings setApplicationID:xxx]; [QBSettings setAuthorizationKey:@"yyyyyyyy"]; [QBSettings setAuthorizationSecret:@"zzzzzzzzz"]; 

Any steps I skipped to make this sample?

+4
source share
1 answer

UPD: This is an old reference, and you no longer need to configure social integration through the admin panel. Use the API to log in using Facebook / Twitter.

=====================

To use the QuickBlox Social API (Twitter / Facebook), you must:

You can also follow the QuickBlox Social Media Integration Guide

+5
source

All Articles