Skip to content

Commit

Permalink
use Twitter's API default tweet_mode in convenience methods after #266
Browse files Browse the repository at this point in the history
  • Loading branch information
swissquote-nst committed Oct 3, 2016
1 parent e6fb730 commit d6cc05f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo_osx/STTwitterDemoOSX/STClientVC.m
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ - (IBAction)postTweet:(id)sender {
trimUser:nil
autoPopulateReplyMetadata:nil
excludeReplyUserIDsStrings:nil
attachmentURLString:@"https://twitter.com/angealbertini/status/779980193834364928"
useExtentedTweetMode:@(YES)
attachmentURLString:nil
useExtendedTweetMode:@(YES)
successBlock:^(NSDictionary *status) {

NSLog(@"-- text: %@", [status valueForKey:@"text"]);
Expand Down

0 comments on commit d6cc05f

Please sign in to comment.