Receive error when trying to post on Twitter using ShareKit
问题 I'm trying to use sharekit to post on Twitter and Facebook. I have two buttons which call the following two methods: - (IBAction) shareOnFacebook:(id)sender { // Create the item to share NSString *someText = @"Share on Facebook."; SHKItem *item = [SHKItem text:someText]; // Share the item [[SHK currentHelper] setRootViewController:self.navigationController]; [SHKFacebook shareItem:item]; } - (IBAction) shareOnTwitter:(id)sender { // Create the item to share NSString *someText = @"Share on