I use ShareKit to share stories from my app to Facebook and Twitter. I click everything in the app to share, and it pops up with the dialog box giving me the option to Share or Cancel. If I click Share, it never posts. Not in my timeline or news feed, nor where anyone else can see it. If I type something in the dialog box first, it will share. Is this a bug with ShareKit or with Facebook, and how can I remedy this issue?
SHKItem *item = [SHKItem URL:[NSURL URLWithString:_entry.articleUrl] title:_entry.articleTitle];
[item setCustomValue:@"http://www.316apps.com/icon.png" forKey:@"picture"];
[SHKFacebook shareItem:item];