iPhone 应用程序:第一次尝试时未上传照片

发布于 2024-12-02 22:59:50 字数 494 浏览 1 评论 0原文

我正在使用图形 API 进行照片发布,如下所示:

NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:theImage, @"source", nil];
[appDelegate.facebook requestWithGraphPath:@"me/photos" 
                                         andParams:params 
                                     andHttpMethod:@"POST" 
                                       andDelegate:appDelegate];

我遇到的问题是,第一次尝试为我的应用程序创建新相册,但实际上并未发布照片。相册是空的。如果我随后提出第二个请求,照片就会成功发布。知道我可能做错了什么吗?谢谢。

I am doing a photo publish with the graph API like this:

NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:theImage, @"source", nil];
[appDelegate.facebook requestWithGraphPath:@"me/photos" 
                                         andParams:params 
                                     andHttpMethod:@"POST" 
                                       andDelegate:appDelegate];

The problem I get is that the first attempt creates the new album for my app but does not actually post the photo. The album is empty. If I then make a second request the photo is successfully published. Any idea what I may be doing wrong? Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

⒈起吃苦の倖褔 2024-12-09 22:59:50

检查您的应用程序与 facebook 相关的权限

Check the permissions that your application have related with facebook

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文