I am trying to use TinyURL with facebook comments plugin and running into some issues because of the fb_comment_id that gets tacked on by facebook for the links on the wall. What I intend to do is when user clicks on the link on the wall comment, I am sending them to an intermediate server side php script which processes some data based on GET params and redirects the user to the appropriate page with appropriate settings. However, I am trying to hide this intermediate page and settings for it from the user as well as make it much more elegant by using TinyURL (unless user explicitly digs into it). But when I pass the tinyurl to facebook comments plugin, the appended fb_comment_id param totally messes up tinyurl and I get an error page. Any thoughts on how to address this?
Thanks!