你好我的名字是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];
请帮我。