Hi,
I am using facebook's sharer.php to post to facebook from my application. My application is hosted at //[my_domain]/[some_param]/index
I am setting the title, description and the image url to be displayed on facebook in the meta tags of the page found at the above mentioned url.
when i share the link facebook generates the following message to share:
[some_img] [some_title] http://[my_domain]/[some_param]/index
[some_message]
What i need to do is either hide or change this url "http://[my_domain]/[some_param]/index" that is shown by default, since i do not want the users to see this. Instead i am passing the desired url that i want the users to see in
So is there some way of doing this?