Hi SpringSource,

Thanks for SpringSocial, we're using it and it works very well.

When you manually post a link on Facebook, their scraper pulls the OpenGraph tags out of the linked page and makes a nice preview.

We're currently using a LinkedMultiValueMap to post links to our users' feeds (via connection.getApi().publish("me", "feed", map)) and ideally we'd like the same behaviour - we post just a URI and Facebook scrapes it to pick up our OpenGraph tags.

However, if we pass in a map with just the key value pairs link and message, our OpenGraph tags don't get scraped.

Is there any way to get behaviour I've described?

Thanks!

Tim