Facebook login issues

Backend functionalities: user management, course management, reports, certificates, etc.
Post Reply
AllanR
Newbie
Posts: 17
Joined: Sat Oct 29, 2016 5:27 am
Version: forma.lms 1.4.2

Facebook login issues

Post by AllanR »

Hi all,
Is anyone currently successfully using Facebook login?

After many errors i have got to an error i cant pass:

https://www.facebook.com/dialog/oauth?t ... ode&scope=

On the facebook app settings i have:
App Domains: mediccentre.net forma.mediccentre.net

Client OAuth Login YES
Web OAuth Login YES
Embedded Browser OAuth Login YES
Force Web OAuth Reauthentication NO

Valid OAuth redirect URIs
http://forma.mediccentre.net/index.php? ... book_login

Server IP whitelist my server IP (its a shared server)
Require App Secret YES

Domain manager http://forma.mediccentre.net
http://www.forma.mediccentre.net


On the FormaLMS social settings:
Facebook enabled
Fb API code "Client Token"
Fb Secret code "App secret"


The error has no indication what is set wrong?
Any ideas?

Regards


Allan
User avatar
max
FormaLms Guru
Posts: 2735
Joined: Thu Mar 01, 2012 10:41 am
Version: forma.lms 2.4
Contact:

Re: Facebook login issues

Post by max »

Hi Allan, the most relevant thing I found on the forum is this thread, hope it helps viewtopic.php?f=14&t=12232&p=16055&hili ... ook#p16055
---------------------
Massimiliano Ferrari
Elearnit - Elearning e Knowledge Management
https://www.elearnit.net
https://www.linkedin.com/in/massimilianoferrari
m.ferrari[at]elearnit.net
Skype: m_ferrari_it
User avatar
canelli
FormaLms Guru
Posts: 496
Joined: Thu Nov 08, 2012 12:21 pm
Version: forma.lms 2.0
Contact:

Re: Facebook login issues

Post by canelli »

Hi Allan

I played with facebook login some times ago .....
I will test a facebook login and verify what kind of problem can be . Have you checked the php / apache error log on server ?
have you using other social login with success ?

claudio
Cercate nel forum le riposte prima di chiedere. Check the forum before posting
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology

http://www.joint-tech.com
---------------
AllanR
Newbie
Posts: 17
Joined: Sat Oct 29, 2016 5:27 am
Version: forma.lms 1.4.2

Re: Facebook login issues

Post by AllanR »

Hi Claudio,
I cant actually see any errors in my server error log?
Would being on a shared server hosting plan have any effect?
User avatar
canelli
FormaLms Guru
Posts: 496
Joined: Thu Nov 08, 2012 12:21 pm
Version: forma.lms 2.0
Contact:

Re: Facebook login issues

Post by canelli »

Hi Allan
the access to the apache error log , where php wrote any error , may be or not be accessible in a shared hosting depending by configuration of your provider . you must check in your hosting control panel.

can you post the php version and php module enabled ?
to use facebook login your php must be configured:
  • with openssl extension
  • allow_url_fopen = on configuration
you can check these php options in the server configuration page (link available in the super admin dashborad )
Cercate nel forum le riposte prima di chiedere. Check the forum before posting
---------------
Claudio Anelli
Joint Technologies - Sistemi avanzati per l'information technology

http://www.joint-tech.com
---------------
Post Reply