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

Class Methods

loginWithCompletionHandler:

Logs on a user with a Twitter account for the application.

+ (void)loginWithCompletionHandler:(NMUserResponseHandler)handler

Parameters

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

logout

Logs the user out of the application.

+ (void)logout

Discussion

Logs the user out of the application.

Declared In

NMTwitterUtils.h