I get this error while trying to obtain the number of shares and likes of the particular link on Facebook:
{
"error_code":601,"error_msg":"
Parser error: unexpected ''' at position 56.",
"request_args":
[{"key":"method","value":"fql.query"},
{"key":"format","value":"json"},
{"key":"query","value":"SELECT share_count, like_count FROM link_stat WHERE
url='http://www.lrinka.lt/index.php?act=main"},
{"key":"item_id","value":"5963'"}]
}
The link: http://www.lrinka.lt/index.php?act=main&item_id=5963
Everything works fine with other links.