Trying to integrate Facebook Comments, and noticing two things:
1. In Facebook, the notification that someone has commented on a page includes a URL in which Facebook’s comment-id info is appended to the normal EE url structure, like this:
.../28532?fb_comment_id=fbc_10150636050429821
Clicking the link takes the user to the site’s home page, not to entry 28532.
2. When someone comments using Facebook, the preview that’s posted to their wall comes from the site’s home page, not from the entry page where it should be coming from.
I assume this because EE is having trouble parsing the URL query, and defaulting to the home page. I’ve tried adding a trailing slash, but that just makes things worse.
Anybody know how to fix this?