Guest User

Untitled

a guest
Jan 18th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. TumblrManager *_tbTumblr = [[TumblrManager alloc] initWithDelegate:self];
  2. [_tbTumblr authenticateWithEmail:username andPassword:password];
  3.  
  4. -(void)tumblrManager:(TumblrManager *)tumblrManager didReceivedAuthenticationInfo:(BOOL)userIsLogged {
  5. if (userIsLogged)
  6. //success
  7. else
  8. // not success
  9. }
Add Comment
Please, Sign In to add comment