9 #import <Foundation/Foundation.h>
24 id <MPOAuthAuthenticationMethodOAuthDelegate>
delegate_;
27 @property (nonatomic, readwrite, assign) id <MPOAuthAuthenticationMethodOAuthDelegate> delegate;
29 @property (nonatomic, readwrite, retain) NSURL *oauthRequestTokenURL;
30 @property (nonatomic, readwrite, retain) NSURL *oauthAuthorizeTokenURL;
38 - (BOOL)automaticallyRequestAuthenticationFromURL:(NSURL *)inAuthURL withCallbackURL:(NSURL *)inCallbackURL;
42 - (void)authenticationDidFailWithError:(NSError *)error;