iPhone - Facebook issue with ShareKit
问题 I am using the below code to integrate facebook sharing in my iPhone App. It works fine most of the time. But some times instead of showing a login window , it displays a blank window and nothing is displayed in that. So user fails to share it on Facebook. I don't know whats going wrong !! NSURL *url = [NSURL URLWithString:@"http://www.socialdealspot.com"]; SHKItem *item = [SHKItem URL:url title:deal.title]; item.image = [UIImage imageNamed:@"Icon.PNG"]; SHKActionSheet *actionSheet =