gpt4 book ai didi

iphone - 如何在 objective c 的 facebook 组上传图片

转载 作者:行者123 更新时间:2023-11-29 11:13:15 24 4
gpt4 key购买 nike

你好,我叫 ryoichi。

我正在尝试制作 iphone 应用程序。我想在 facebook gourp 上上传图片。但我不能。我可以上传图片,评论我的墙。

我尝试发帖 facebook 组,但没有错误。只发表评论。

这是我的代码

UIImage *img = [UIImage imageNamed:@"neko.jpg"];



NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
img, @"picture", @"testcomment", @"message",
nil];
[img release];

NSString *test =@"/168782779916152/feed";

[[delegate facebook] requestWithGraphPath:test
andParams:params
andHttpMethod:@"POST"
andDelegate:self];

请帮帮我。

最佳答案

在使用之前不要释放 img。将 [img release] 移到发送请求后面。

关于iphone - 如何在 objective c 的 facebook 组上传图片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10552434/

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