Advertisement:

Author Topic: [Solved] Login with Facebook Error Message  (Read 13651 times)

topar

  • Newbie
  • *
  • Posts: 24
[Solved] Login with Facebook Error Message
« on: April 09, 2016, 10:00:23 pm »
Hi, my site its topartigos.pt and i use the royal theme version 1.3.5.

When i try to use the the login with facebook button after a while the next message appears: URL bloqueado: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings. Make sure Client and Web OAuth Login are on and add all your app domains as Valid OAuth Redirect URIs.

Anyone knows what its the problem?

Thanks.
« Last Edit: April 10, 2016, 10:17:04 pm by topar »

pecke

  • Full Member
  • ***
  • Posts: 169
Re: Login with Facebook Error Message
« Reply #1 on: April 10, 2016, 12:44:52 am »
you didnt set facebook app on proper way.....you must enter valid oauth url ..


http://prntscr.com/aq8oqn

go to settings and advanced tab
« Last Edit: April 10, 2016, 12:50:39 am by pecke »

topar

  • Newbie
  • *
  • Posts: 24
Re: Login with Facebook Error Message
« Reply #2 on: April 10, 2016, 04:24:08 pm »
I tried to do like your but appears the same error.
Look to my printscreens if possible to see if i am doing something wrong.

Thanks and by the way, you have an nice site.

pecke

  • Full Member
  • ***
  • Posts: 169
Re: Login with Facebook Error Message
« Reply #3 on: April 10, 2016, 05:37:01 pm »
in app domains try to remove www   so it look like   topartigos.pt


and look to set app native
http://prntscr.com/aqhcc7
« Last Edit: April 10, 2016, 05:38:51 pm by pecke »

topar

  • Newbie
  • *
  • Posts: 24
Re: Login with Facebook Error Message
« Reply #4 on: April 10, 2016, 06:12:26 pm »
I did what you said to do, you can see on the printscreen but the problem its that the same error message appear.  ???

pecke

  • Full Member
  • ***
  • Posts: 169
Re: Login with Facebook Error Message
« Reply #5 on: April 10, 2016, 06:52:45 pm »
what plugin you use?

topar

  • Newbie
  • *
  • Posts: 24
Re: Login with Facebook Error Message
« Reply #6 on: April 10, 2016, 06:58:49 pm »
I used the Facebook Connect plugin

topar

  • Newbie
  • *
  • Posts: 24
Re: Login with Facebook Error Message
« Reply #7 on: April 10, 2016, 06:59:53 pm »
But i think that i would need to buy for example the madhouse Facebook.

pecke

  • Full Member
  • ***
  • Posts: 169
Re: Login with Facebook Error Message
« Reply #8 on: April 10, 2016, 07:00:27 pm »
please try with HybridAuth plugin to see if login work or not

topar

  • Newbie
  • *
  • Posts: 24
Re: Login with Facebook Error Message
« Reply #9 on: April 10, 2016, 07:01:58 pm »
I will try that one.

topar

  • Newbie
  • *
  • Posts: 24
Re: Login with Facebook Error Message
« Reply #10 on: April 10, 2016, 07:42:12 pm »
You know how to work with that plugin? i dont know if that plugin works on my theme.

pecke

  • Full Member
  • ***
  • Posts: 169
Re: Login with Facebook Error Message
« Reply #11 on: April 10, 2016, 08:41:04 pm »
did you install plugin? if you are go to admin and enable only facebook login and put there secret codes for facebook app....
then go to user-login.php and put this code
Code: [Select]
<?php if (function_exists('HybridAuth_Login')) { HybridAuth_Login(); } ?>

topar

  • Newbie
  • *
  • Posts: 24
Re: Login with Facebook Error Message
« Reply #12 on: April 10, 2016, 09:22:36 pm »
Yeah! Its working now i just need to send to being approved by facebook.
Thanks.

pecke

  • Full Member
  • ***
  • Posts: 169
Re: Login with Facebook Error Message
« Reply #13 on: April 10, 2016, 09:28:28 pm »
i tested it works fine  you can do it with twitter and google too....

topar

  • Newbie
  • *
  • Posts: 24
Re: Login with Facebook Error Message
« Reply #14 on: April 10, 2016, 09:32:48 pm »
You know what things you have to select to being approved?
Your help would be very appreciated.