I'm using the Comment social plugin in a facebook application using the code below
<div class="fb-comments" data-href="<?php echo $fbconfig['appBaseUrl']; ?>" data-num-posts="20" data-width="480"></div>
Where $fbconfig['appBaseUrl'] is my facebook app url (http://apps.facebook.com/[appname])
When users post a comment, the comment shows on the time line with his comment but also with this exception :
"Uncaught Exception: 100: null does not resolve to a valid user ID"
I've tried using the open graph debugger but no more information is provided, except for the 206 response code
http://developers.facebook.com/tools/debug/og/object?q=apps.facebook.com%2Fmesresolutions
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<br><b>Fatal error</b>
</head>
<body><p>: Uncaught Exception: 100: null does not resolve to a valid user ID
thrown in <b>/home/kastelni/www/facebook/mesresolutions/fb/base_facebook.php</b> on line <b>708</b><br></p></body>
</html>
Do you know what's wrong with my app or with the plugin ? Need some help ;)
Thank you for your help ! Yann
