crino / instagram-ios-sdk

Instagram SDK for iOS
http://www.followgram.me
228 stars 63 forks source link

invalidated session on error? #16

Closed sabernar closed 11 years ago

sabernar commented 11 years ago

I noticed that if requestState == kIGRequestStateError, you invalidate the session. Isn't that a bit extreme? An error can happen for lots of reasons. To invalidate the entire session seems erroneous.

Instagram.m - line 104

crino commented 11 years ago

Yes, you're right. Should be analyzed the error returned. At the moment i don't have time to work on it so any pull request will be appreciated ;)

crino commented 11 years ago

Closed with #19 pull request ;)