Advertisement
Guest User

Untitled

a guest
Mar 15th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. NSString *message=status.text;
  2.  
  3. BOOL flag=[TwitterHelper updateStatus:message forUsername:@"bhattiwaqas" withPassword:@"farhaan9758735"];
  4.  
  5. if(flag==YES)
  6. {
  7. NSLog(@"Tweeted Successfully !");
  8.  
  9. }
  10. else
  11. {
  12. NSLog(@"Try Again !");
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement