I had integrated Facebook in my iphone app using Sharekit.
NSURL *url = [NSURL URLWithString:@"http://www.mywebsite.com"];
shareScore_ = [SHKItem URL:url title:@"Sample Post"];
[SHKFacebook shareItem:shareScore_];
How can i change the icon in the Facebook "Post to Wall" view. Now the icon automatically displayed is the icon of my website http://www.mywebsite.com
.