Before commit bb8306560b4dd1025480f4d8a164b0914c3cb287, calls to +twitterAPIOSWithFirstAccount would use the first account found that had an identifier, but after that change no account will be used. No account will pass [account.username isEqualToString:previouslyStoredUsername] where previouslyStoredUsername is nil, and calls will result in an error of "Twitter account is invalid: (null)".
Before commit bb8306560b4dd1025480f4d8a164b0914c3cb287, calls to
+twitterAPIOSWithFirstAccount
would use the first account found that had an identifier, but after that change no account will be used. No account will pass[account.username isEqualToString:previouslyStoredUsername]
wherepreviouslyStoredUsername
is nil, and calls will result in an error of "Twitter account is invalid: (null)".