FBConnect facebook.stream.publish with NSDictionary problems
I have this code that can't send a Facebook request until now. NSDictionary *firstDict = [NSDictionary dictionaryWithObjectsAndKeys: @"image", @"Type", @"http://mysite.com/image.jpg", @"src", @"http://mysite.com/page.html", @"href", nil]; NSDictionary *secondDict = [NSDictionary dictionaryWithObjectsAndKeys: @"image", @"Type", @"http://mysite.com/image.jpg", @"src", @"http://mysite.com/page.html", @"href", nil]; NSArray *mediaArray = [[NSArray alloc] initWithObjects:firstDict, secondDict, nil]; NSArray *keys = [NSArray arrayWithObjects:@"name", @"description", @"href", @"media", nil]; NSArray