Hello. I am reading documentation for login user with facebookin iOS SDK. I already have an implementation of login with facebook, so i understand i have to call backendless methods after facebook session has established:
I believe there is a mistake with async methods: user is NSDictionary, and fieldsMapping is required to be NSDictionary<FBGraphUser>, while in sync method is the opposite. ¿Are these methods correct?
Does sync method returns logged user? Or do I have to retrieve it with backendless.userService.currentUser?
You are correct, it is an oversight on our part and we will fix it.
Meanwhile, you could use the following methods which do not require Facebook SDK (make sure to configure Facebook keys in the console (Manage > App Settings > Social Settings):
2014-03-03 22:45:20.263 Fidelizacion_UsuarioFinal[778:70b] Fault, detail: Requested Facebook application is not permitted., message: Requested Facebook application is not permitted.
It seems it is a handled error. Could you please tell me in what cases is this message shown?