Login with facebook

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

I 've imported the login app from the marketplace i've tried login with user credentials it works but when i enabled the facebook login service in the fabric console i launched the app clicked on the facebook icone it keeps showing me this error. Any missing step ?

i also tried to use FaceBookOAuth it shows this error

i'm a beginner i really appreciate your help !

@Livm Bvll​ The error states that the redirect URI does not match.

Can you cross check the redirect URI mentioned in the FB developer console matches with the authService Callback URL. This is present in the Identity configuration page in mfconsole. In the FB developer console provide the redirect URL as authService callback URL.

This should address the issue.

Thanks it solves the url issue but in fb console it doesn't acccept this url auth.konycloud.com

as mentionned in the kony doc

Important: Configure your Facebook app to accept requests from authentication service by typing the auth.konycloud.com in the App Domain text field.

Any idea please ? I'm wondering if this step is optional or not because the login failed

@Livm Bvll​

You should add the entire callback URL under

Valid OAuth redirect URIs: present inside settings of FB App.

Attached is the Screenshot of the same.

yes in that place i've added the entire url but i'm talking about the app domaine (or it's optional? ) (settings->basic) Thanks ! **Image removed for security reasons**

yes, AppDomain would be optional. For OAuth2 ideally that should not affect the functionality.

Even for type facebook there should not be any issue. What is the error you are got?

The problem is just solved. I really appreciate your help :D

Hello @Livm Bvll​, did Arif's response help you with a workaround? If yes then please do click 'Select as Best' to close this post. Thanks!