NMTwitterUtils Class Reference
| Inherits from | NSObject |
| Declared in | NMTwitterUtils.h NMTwitterUtils.m |
Overview
NMTwitterUtils class is used to perform user operations with a Twitter account. In order to benefit from this class properly, you should use Twitter.framework or Social.framework into the project and make necessary configurations to be able to access to a Twitter account in Settings application.
Tasks
-
+ loginWithCompletionHandler:Logs on a user with a Twitter account for the application.
-
+ logoutLogs the user out of the application.
Class Methods
loginWithCompletionHandler:
Logs on a user with a Twitter account for the application.
+ (void)loginWithCompletionHandler:(NMUserResponseHandler)handlerParameters
- handler
The block to execute when login with a Twitter account is completed.
Discussion
Logs on a user with a Twitter account for the application.
Declared In
NMTwitterUtils.h