nst / STTwitter

A stable, mature and comprehensive Objective-C library for Twitter REST API 1.1
BSD 3-Clause "New" or "Revised" License
999 stars 161 forks source link

Use first OS account if no account specified #220

Closed jtamboli closed 9 years ago

jtamboli commented 9 years ago

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)".

nst commented 9 years ago

Thank you!