Skip to content

Commit

Permalink
default forcePreIOS5TwitterAccess to proper value
Browse files Browse the repository at this point in the history
  • Loading branch information
dave sailer committed Mar 30, 2012
1 parent dba6668 commit 890ea77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/ShareKit/Configuration/DefaultSHKConfigurator.m
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Callback URL (important to get right for OAuth users)
twitter accounts don't end up in the devices account store, set this to true.
*/
- (NSNumber*)forcePreIOS5TwitterAccess {
return [NSNumber numberWithBool:true];
return [NSNumber numberWithBool:false];
}

- (NSString*)twitterConsumerKey {
Expand Down

0 comments on commit 890ea77

Please sign in to comment.