gpt4 book ai didi

swift - 从 facebook swift FBSDK 检索个人资料图片时出错

转载 作者:行者123 更新时间:2023-11-30 11:20:37 24 4
gpt4 key购买 nike

这是我用来在代码中检索图片的代码。我在发送 graphRequest 后立即调用此函数。

let upLoadData = try Data(contentsOf: URL(fileURLWithPath: "https:/graph.facebook.com/(fbUID)/picture?type=large")) let upLoadImage = UIImage(data: upLoadData)?.jpeg(.low)

但是,这是我得到的错误

错误域=NSCocoaErrorDomain代码=260“无法打开文件“picture?type=large”,因为没有这样的文件。” UserInfo={NSFilePath=/https:/graph.facebook.com/(我的facebook用户id)/picture?type=large, NSUnderlyingError=0x604001451df0 {Error Domain=NSPOSIXErrorDomain Code=2“没有这样的文件或目录”}}

我检查了是否可以访问此网址,当我输入网址时,我成功下载了图像。我是否缺少任何步骤?

最佳答案

结果是由于我使用了 URL(fileURLWithPath: ,而不是 URL(string:

关于swift - 从 facebook swift FBSDK 检索个人资料图片时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51297434/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com