*

MB Themes

Re: Nothing happens after facebook login requests is authenticated
« Reply #15 on: March 21, 2018, 02:32:38 PM »
@dom
It's working for me alright so no other work will be done there, you've probably did not follow steps in configuration.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Locan

  • ****
  • 166 posts
Re: Nothing happens after facebook login requests is authenticated
« Reply #16 on: March 21, 2018, 02:43:32 PM »
@MB Themes

i used your fb plugin version 1.1.0 it still the same problem

*

MB Themes

Re: Nothing happens after facebook login requests is authenticated
« Reply #17 on: March 21, 2018, 02:46:56 PM »
@dom
Error is related to different field than is on your screenshot (point 2).

Initial setup
1. Create your facebook application on https://developers.facebook.com/quickstarts/?platform=web.
2. Go to Settings > Basic > App Domains and enter there domain of your application
3. Go to Products > Facebook Login > Settings > Valid OAuth Redirect URIs and enter following link: https://xyz.com/index.php?page=custom&route=fblauth&fbLogin=1
4. In top right corner switch status of your app to live

But you must be sure all plugin files has been replaced, this error cannot be avoided with older version of facebook graph sdk.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Locan

  • ****
  • 166 posts
Re: Nothing happens after facebook login requests is authenticated
« Reply #18 on: March 21, 2018, 02:56:07 PM »
i disable all plugins that use fb SDK but still not work

*

Gile

  • ***
  • 42 posts
Re: Nothing happens after facebook login requests is authenticated
« Reply #19 on: March 23, 2018, 12:51:02 AM »
It works ok.  :)

*

Del3x

  • *
  • 2 posts
Re: Nothing happens after facebook login requests is authenticated
« Reply #20 on: March 31, 2018, 04:34:58 PM »
One problem... (Osclass 3.7.4)

Code: [Select]
Graph returned an error: Impossible de charger cette URL: Le domaine de cette URL n’est pas inscrit dans ceux de l’application. Pour pouvoir importer cette URL, ajoutez tous les domaines et sous-domaines de votre application au champ Domaines des paramètres de l’application.
2. Go to Settings > Basic > App Domains and enter there domain of your application - OK
3. Go to Products > Facebook Login > Settings > Valid OAuth Redirect URIs and enter following link: https://board.****.eu/index.php?page=custom&route=fblauth&fbLogin=1 - OK
4. In top right corner switch status of your app to live - OK

« Last Edit: March 31, 2018, 05:29:19 PM by Del3x »

*

Del3x

  • *
  • 2 posts
Re: Nothing happens after facebook login requests is authenticated
« Reply #21 on: April 03, 2018, 06:39:16 PM »
no ideas what is the problem?

*

Vasya Kutsyk

  • *
  • 2 posts
Re: Nothing happens after facebook login requests is authenticated
« Reply #22 on: June 20, 2018, 11:55:48 PM »
Hey guys, the same for me. Nothing woreks neither with old neither with new FB API.
Removed plugin using FTP then added again.

Domain added in different format with and without WWW.

Redirect url also added different:
 https://xyz.com/index.php?page=custom&route=fblauth&fbLogin=1
https://xyz.com/fblauth-1/
https://xyz.com/fblauth-1/index.php?page=custom&route=fblauth&fbLogin=1

It proceeds to open FB and to ask user to validate data sharing after ok it shows the next result.

Code: [Select]
Graph returned an error: Can not load URL: The domain of this URL is not included in the application's domain. To download this URL, add all your application's domains and subdomains in the domain of the app in its settings.
Any ideas why?
What may I miss?
Thank you.

*

MB Themes

Re: Nothing happens after facebook login requests is authenticated
« Reply #23 on: June 21, 2018, 09:07:08 AM »
Check on google if this error is related to these urls or to domain
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Vasya Kutsyk

  • *
  • 2 posts
Re: Nothing happens after facebook login requests is authenticated
« Reply #24 on: June 22, 2018, 04:13:40 PM »
Unfortunately, nothing connected to domain names helps fix the situation.
Everything writes that it may be because of old facebook library or missing parameter in PHP code.
I see that a lot of people here has the same error.
The link where it stucks looks like this:
https://mydomain.com/fblauth-1/?code=AQD16....a lot of chars as token....
And if I take this link it is not considered as correct redirect URI in facebook app panel.
May it be connected to this?

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
Re: Nothing happens after facebook login requests is authenticated
« Reply #25 on: August 08, 2018, 03:40:34 PM »
muchs users same problem no have solution?
hostoki.com

*

MB Themes

Re: Nothing happens after facebook login requests is authenticated
« Reply #26 on: August 08, 2018, 09:16:17 PM »
Unfortunately, nothing connected to domain names helps fix the situation.
Everything writes that it may be because of old facebook library or missing parameter in PHP code.
I see that a lot of people here has the same error.
The link where it stucks looks like this:
https://mydomain.com/fblauth-1/?code=AQD16....a lot of chars as token....
And if I take this link it is not considered as correct redirect URI in facebook app panel.
May it be connected to this?

You got error on domains, not on return url
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
Re: Nothing happens after facebook login requests is authenticated
« Reply #27 on: August 10, 2018, 11:08:40 AM »
@suraj
I was updating osclasspoint. We've used madhouse facebook login however this will not be usable anymore - it use old sdk that adds to redirect URI variables, so it is impossible to set it.

I've used our Facebook Login plugin and works ok with url:
https://osclasspoint.com/?fbLogin=1&scope=public_profile,email

I think error you shown is caused by other url, /user/register as it does not goes to root directory

//EDIT:
- validator tells redirect uri is valid
- when I push login button, it tells redirect uri is not in list (lol)
- that restriction cannot be turned off so I needed to use older app to be able to have facebook login
- problem is probably that facebook sdk encode url... not sure... it does not make too much sense


no work
hostoki.com

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
Re: Nothing happens after facebook login requests is authenticated
« Reply #28 on: August 10, 2018, 11:11:16 AM »
Unfortunately, nothing connected to domain names helps fix the situation.
Everything writes that it may be because of old facebook library or missing parameter in PHP code.
I see that a lot of people here has the same error.
The link where it stucks looks like this:
https://mydomain.com/fblauth-1/?code=AQD16....a lot of chars as token....
And if I take this link it is not considered as correct redirect URI in facebook app panel.
May it be connected to this?

You got error on domains, not on return url

this is what has its integrated button also add that link in Redirec url and it does not work http://prntscr.com/kgysq3 http://prntscr.com/kgytg0
hostoki.com

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
Re: Nothing happens after facebook login requests is authenticated
« Reply #29 on: August 10, 2018, 11:33:28 AM »
https://tobaratos.com/?fbLogin=1&scope=public_profile,email

Blocked URL: The redirect failed because the URI is not included in the white list of the OAuth client settings of the application. Verify that OAuth client access and OAuth web access are enabled, and add all domains in the application as valid OAuth redirect URIs.
hostoki.com