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:
And I populated the application identifier and QuickBlox private key as follows: 
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?
Horst source share