2

I recently stumbled upon problem when trying to login via facebook app login. First of all, I've already read every possible thread about problems with fb login, followed every possible tutorial but with no effect. Everything worked perfect when it was first done but I've just found out it's not working. I get this:

enter image description here

I get the message - domain is not included in the app domain field. But in fact it is as you can see below:

enter image description here

Help me Stack Overflow, you are my only hope.

OGM2
  • 154
  • 1
  • 8
  • 1
    Double check that you have the latest Facebook SDK installed. It seems like there was an issue that they (claim to have) fixed about 1,5, months ago: https://github.com/facebook/php-graph-sdk/issues/939 – M. Eriksson Apr 05 '18 at 14:48

1 Answers1

4

Simply updating to 5.6.2 solves the problem.

Danila Kulakov
  • 1,082
  • 1
  • 12
  • 20
  • Not saying that updating the SDK isn't the solution, but how do you know that the OP isn't already running that version and that the issue is something else? – M. Eriksson Apr 05 '18 at 15:03