I was having this warning when submitting my app with Application Loader.
The app references non-public selector in MyApp : id
This warning
File FBGraphUser.h
change
@property (retain, nonatomic) NSString *id;
by
@property (retain, nonatomic) NSString *FbUserId;