You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to pull the correct oauth data from NSUserDefaults based on username. Since - (void) storeCachedTwitterOAuthData: (NSString *) data forUsername: (NSString *)username passes in a username, I'm storing the data under a key with name username. However, when cachedTwitterOAuthDataForUsername gets called, it never sends in a username (nil). Is this a known issue? I'm trying to connect multiple twitter accounts in the app so that's why I was looking for this functionality. Thanks!
The text was updated successfully, but these errors were encountered:
I'm trying to pull the correct oauth data from NSUserDefaults based on username. Since - (void) storeCachedTwitterOAuthData: (NSString *) data forUsername: (NSString *)username passes in a username, I'm storing the data under a key with name username. However, when cachedTwitterOAuthDataForUsername gets called, it never sends in a username (nil). Is this a known issue? I'm trying to connect multiple twitter accounts in the app so that's why I was looking for this functionality. Thanks!
The text was updated successfully, but these errors were encountered: