Guest User

Untitled

a guest
Jul 14th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. twitterEngine = [[MGTwitterEngine alloc] initWithDelegate:self];
  2. [twitterEngine setUsesSecureConnection:NO];
  3. [twitterEngine setConsumerKey:consumerKey secret:consumerSecret];
  4. [twitterEngine setUsername:username];
  5. [twitterEngine getXAuthAccessTokenForUsername:username password:password];
Add Comment
Please, Sign In to add comment