【发布时间】:2017-03-15 11:59:26
【问题描述】:
NSURL *contentURL = [[NSURL alloc] initWithString: @"http://en.wikipedia.org/wiki/Facebook"];
NSURL *imageURL = [NSURL URLWithString:@"http://upload.wikimedia.org/wikipedia/commons/thumb/9/95/Facebook_Headquarters_Menlo_Park.jpg/2880px-Facebook_Headquarters_Menlo_Park.jpg"];
button.shareContent = [[FBSDKShareLinkContent alloc]
initWithContentURL: contentURL
contentTitle: @"My Share Title"
contentDescription: @"Lorem ipsum dolor sit amet."
imageURL: imageURL
peopleIDs: @[@"1561082740838259"]
placeID: @"166793820034304"
ref: @"myRefId"];
【问题讨论】:
-
您遇到什么错误?您需要为您的问题提供更多详细信息。
-
无法使用类型为 '(contentURL: URL?, contentTitle: String, contentDescription: String, imageURL: URL?, peopleIDs: [String], placeID:字符串,参考:字符串)
标签: swift3 fbsdk fbsdksharekit