Dear customers; We have recently received many issues related to Facebook login. After research we found that sometimes Facebook denies access using file_get_contents() php function. To resolve this issue in your website, please follow these 2 steps. 1- In /inc/functions/additional.php Find: ?> Add before it: function file_get_contents_curl($url) { $ch = curl_init(); curl_setopt($ch, CURLOPT_AUTOREFERER, TRUE); curl_setopt($ch, [...]