I'm getting this error that is apparently generated by cURL in the Facebook SDK.
It says that the way to fix it is to specify the curl option to use IPV4 only.
self::$CURL_OPTS[CURLOPT_IPRESOLVE] = CURL_IPRESOLVE_V4;
I'm wondering where should I put this line of code. Can I overwrite the fos_facebook service?