murderer1234
Results
1
comments of
murderer1234
You can modify the send method of SHKFacebook. For Ex: ``` if (item.shareType == SHKShareTypeURL) { self.pendingFacebookAction = SHKFacebookPendingStatus; SHKFBStreamDialog* dialog = [[[SHKFBStreamDialog alloc] init] autorelease]; dialog.delegate = self; dialog.userMessagePrompt...