使用社交框架通过iOS 6应用程序共享内容说iOS设备?

时间:2013-05-07 15:30:48

标签: ios facebook social

一切正常,但它说“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];

    }
}

1 个答案:

答案 0 :(得分:2)

  

iOS 6分享表

     

iOS 6共享表是Apple集成Facebook的一项功能。

     

<强>缺点

     

共享表中的帖子默认属于iOS; 与Facebook联系以正确配置应用的归因

Sharing and Distribution on iOS