我想通過我的應用程序與ShareKit在Facebook上進行非常基本的共享。大多數情況看起來都不錯,但我不明白爲什麼左側沒有圖標,只有頁腳中的小圖標。我找不到一種方法把它放在那裏。我如何定製它?對我來說,它看起來就像我附加的左圖,但我想擁有它的權利。與Sharekit共享時沒有圖標
NSURL *url = [NSURL URLWithString:@"http://itunes.apple.com/us/app/...?mt=8"];
item = [SHKItem URL:url title:[NSString stringWithFormat:@"I'm playing someGame on my iPhone! My Highscore is %i, think you can beat it?", 456]];
[SHKFacebook shareItem:item];
噴霧罐單獨註釋應該得到+1的精彩。 – Pripyat