bengottlieb / Twitter-OAuth-iPhone

An easy way to get Twitter authenticating with OAuth on iPhone
http://www.standalone.com
799 stars 155 forks source link

cachedTwitterOAuthDataForUsername never sends username #89

Open oGLOWo opened 13 years ago

oGLOWo commented 13 years ago

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!

seymores commented 13 years ago

Something is broken. I got this issue too on my IOS5 and the token is not passed in as well.

cooliopenguin commented 12 years ago

Same issue as here I believe: https://github.com/bengottlieb/Twitter-OAuth-iPhone/issues/81#issuecomment-2293933