I did it and when press "Save changes" , facebook replaced it with http(not https) and gives the same error 191. I also tried to add both http://forum.... and https://forum.... to redirect url and it doesn't work.
![[Image: Hw1wESK.png]](https://i.imgur.com/Hw1wESK.png)
Content of xml bugreport:
<?xml version="1.0" encoding="UTF-8"?>
<report name="MyFacebook Connect" version="3.2">
<id>32</id>
<dateline>1503730447</dateline>
<code>191</code>
<file>/home/avangard.org.ua/forum/myfbconnect/src/Facebook/Exceptions/FacebookResponseException.php</file>
<line>131</line>
<message>{translated from Ukrainian}Can't Load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and subdomains of your app to the App Domains field in your app settings.</message>
<trace> /home/relliart/avangard.org.ua/forum/myfbconnect/src/Facebook/FacebookResponse.php(210): Facebook\Exceptions\FacebookResponseException

create(Object(Facebook\FacebookResponse))
# 1 /home/relliart/avangard.org.ua/forum/myfbconnect/src/Facebook/FacebookResponse.php(255): Facebook\FacebookResponse->makeException()
# 2 /home/relliart/avangard.org.ua/forum/myfbconnect/src/Facebook/FacebookResponse.php(82): Facebook\FacebookResponse->decodeBody()
# 3 /home/relliart/avangard.org.ua/forum/myfbconnect/src/Facebook/FacebookClient.php(225): Facebook\FacebookResponse->__construct(Object(Facebook\FacebookRequest), '{"error":{"mess...', 400, Array)
# 4 /home/relliart/avangard.org.ua/forum/myfbconnect/src/Facebook/Authentication/OAuth2Client.php(277): Facebook\FacebookClient->sendRequest(Object(Facebook\FacebookRequest))
# 5 /home/relliart/avangard.org.ua/forum/myfbconnect/src/Facebook/Authentication/OAuth2Client.php(226): Facebook\Authentication\OAuth2Client->sendRequestWithClientParams('/oauth/access_t...', Array)
# 6 /home/relliart/avangard.org.ua/forum/myfbconnect/src/Facebook/Authentication/OAuth2Client.php(166): Facebook\Authentication\OAuth2Client->requestAnAccessToken(Array)
# 7 /home/relliart/avangard.org.ua/forum/myfbconnect/src/Facebook/Helpers/FacebookRedirectLoginHelper.php(228): Facebook\Authentication\OAuth2Client->getAccessTokenFromCode('AQCEixImMZjvP9o...', 'https://forum.a...')
# 8 /home/relliart/avangard.org.ua/forum/inc/plugins/MyFacebookConnect/class_facebook.php(127): Facebook\Helpers\FacebookRedirectLoginHelper->getAccessToken()
# 9 /home/relliart/avangard.org.ua/forum/myfbconnect.php(63): MyFacebook->save_token()
# 10 {main}</trace>
</report>
It would be great to get screenshots of app configuration from people who have https site and this plugin works on it. Then I could compare my settings and maybe find a mistake.
Also while installation of plugin I had a message that it was unable to connect to 443 port of localhost. But I forced installation. Can it be the issue? I contacted hosting provider and was told that 443 port is open on my site. Can I test 443 port somehow?