我在我的应用程序中使用共享工具包并尝试发布到包含小照片的Facebook姿势,当点击Facebook时,它将像其他任何照片一样打开更大的尺寸。
链接到应用商店中的应用以及有关此帖子的文字。
我正在使用此代码:
SHKItem *item;
NSURL *url = [NSURL URLWithString:@"http://itunes.apple.com/us/app/angry-birds/id343200656?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?", 1400]];
[SHKFacebook shareItem:item];
在此帖子中添加照片需要更改哪些内容?