So the update is I put bad word filter on no instead of yes and it fixed problem. However what if I want it on?
I have 1.0.4 as 1.0.5 was giving me issues and wouldn't even show on my site integration with a com.
TO clarify I am looking for
//filter bad words
if ($fbConfig->badwords && class_exists('Badword'

&& Badword::filter($fb_message_txt, $my)) {
if (method_exists('Badword','flush'

) {
$fb_message_txt = Badword::flush($fb_message_txt, $my);
} else {
$fb_message_txt = _COM_A_BADWORDS_NOTICE;
}
}
but where am I looking for this file I know I didn't edit anything outside the dropdowns of the normal config.