-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delegate receives nil values on iOS5 SDK #78
Comments
I am experiencing exactly the same issues. Any fixes yet? |
I don't know if it is related but I changed http to https on the SA_OauthTwitterEngine.m and now it's working fine! self.requestTokenURL = [NSURL URLWithString: @"https://twitter.com/oauth/request_token"]; |
Using "https" like above DO fix the problem. Thank you, @jandrad |
I did the same, used https:// but on iPad 2, iOS 5.1, login screen is not being opened. It shows me access token is old or expired, go back to the main page. But I had just created access token..! |
All the callbacks that I'm using (like storeCachedTwitterOAuthData:forUsername: and OAuthTwitterController:authenticatedWithUsername:) are getting nil in the parameters.
Going up the stack, it seems that the data received in setAccessToken:withData: is receiving nil from the data.
I attempted to dive in and find out why that was happening, but wasn't able to do so.
The text was updated successfully, but these errors were encountered: