こんにちは、りょういちです。
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];
私を助けてください。