我在Pinterest上分享图像时遇到了问题。我得到了回应,因为固定失败。如何通过使用pinterest分享图像..任何人帮助我解决我的问题。 提前致谢 这是我的代码: 我安装了pod但我不能固定图像
[PDKPin pinWithImageURL:[NSURL URLWithString:@"https://about.pinterest.com/sites/about/files/logo.jpg"] link:[NSURL URLWithString:@"https://www.pinterest.com"]
suggestedBoardName:@"" note:@"The Pinterest Logo" withSuccess:^
{
// weakSelf.resultLabel.text = [NSString stringWithFormat:@"successfully pinned pin"];
}
andFailure:^(NSError *error)
{
//weakSelf.resultLabel.text = @"pin it failed";
NSLog(@"Error:%@",error);
}];
我得到了回复2018-03-22 16:25:25.591507 + 0530 DirectoryApp [5548:930657]引脚失败 2018-03-22 16:25:25.591605 + 0530 DirectoryApp [5548:930657]错误域= PDKPin代码= 2“(null)”