An error occurred while connecting to Facebook when using <appName>
3 answers
I got the error message "Error! Try again" after we try to reinstall. we have to give appidin two places on the page Facebook/index.php.
first in
$facebook = new Facebook(array(
'appId' => 'your_app_id',
'secret' => 'your_secret_id',
'cookie' => true,
));
but after giving the missing second I will get rid of the problem
src="http://connect.facebook.net/en_US/all.js#appId=your_app_id&xfbml=1"
But still it works for me!
0