一切正常,但它说“ios设备”,我希望它说实际应用程序的名称。我做错了什么?
这是我的代码:
- (IBAction)doFacebook:(id)sender{
//check to see if facebook account exists
if ([SLComposeViewController isAvailableForServiceType:SLServiceTypeFacebook]) {
// Create the view controller defined in the .h file
fb=[SLComposeViewController composeViewControllerForServiceType:SLServiceTypeFacebook];
// make the default string
NSString *FBString= [NSString
stringWithFormat:@"%@\r via #GibberishGenerator", gibText.text];
[fb setInitialText:FBString];
// show the controller
[self presentViewController:fb animated:YES completion:nil];
}
}
答案 0 :(得分:2)
iOS 6分享表
iOS 6共享表是Apple集成Facebook的一项功能。
<强>缺点强>
共享表中的帖子默认属于iOS; 与Facebook联系以正确配置应用的归因