I want to integrate the openFeint in my project i saw the tutorials in follow it
In that tutorials settings was define like this
NSDictionary* settings = [NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithInt:UIInterfaceOrientationLandscapeRight], OpenFeintSettingDashboardOrientation, [NSNumber numberWithBool:YES],OpenFeintSettingDisableChat, nil];
but it show me error that OpenFeintSettingDisableChat in not declared.
What should i do.