I am playing around with the Facebook open graph.
I have added an og:image tag such that the scraper gets the image and displays it on the users timeline for my custom action.
On the activity feed that appears on the sidebar, and on the All Activity page the image is resized to 30 x 30 px which looks awful.
On the user timeline however the logo is shown sufficiently bigger that it looks good.
The logo was not designed to look good at 30 x 30 px :) For our android app for example we have a smaller icon which is much simpler.
What is one meant to do in this situation? Is there a tag (I cannot find one) which allows for an icon to be specified for the cases where a small image is needed, and to use the image in all other circumstances?
Thanks