i am implementing the facebook like button, and specified for it the url to like, when i click on the LIKE button, in facebook i saw the correct page the liked, but when i click on the link there the link is what is specified in the code with some odd facebook querystring appended.
for exmpl: the page that i like is http://www.mydomain.com/path/to/the/page
when i clicked on the liked link in facebook, the url is: http://www.mydomain.com/path/to/the/page?fb_action_ids=#####&fb_action_types=og.likes&fb_source=timeline_og&action_object_map={"###"%###}&action_type_map={"###"%3A"og.likes"}&action_ref_map=[]
and the page is not loaded correctly, is this is a facebook fault?