SHKFacebook shareItem:item execution exception
问题 When I put the following codes into "didSelectRowAtIndexPath" of TabelViewController, it comes out an exception. How can I resolve this? SHKItem *item = [SHKItem text:@"I need your fashion advice. I am using my iPhone app iFrockUp to help me decide on stuff for my event. Could you pretty please rate it and give me your stars out of 5? Your vote will help rank it in the app."]; item.tags = [NSArray arrayWithObjects:@"iFrockUp", @"share", @"clothes", nil]; [SHKFacebook shareItem:item];