C
C
cadaver2017-04-28 21:05:39
Facebook
cadaver, 2017-04-28 21:05:39

How to make facebook login work?

with https it gives
Graph returned an error: Unable to load URL: The domain of this URL is not included in the list of application domains. To load this URL, add all of your application's domains and subdomains to the "Application Domains" field in your application's settings.
in the application settings, of course, the domain is registered. I've tried both http and https URLs. http works fine.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
cadaver, 2017-04-30
@aleshka-ne-programmist

Understood, prodebazhil. The problem was with the port, redirect_uri was with port 80. it helped to write
$_SERVER['SERVER_PORT'] = '443';

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question