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
Adding the following line to SHKOAuthSharer.m on line 195 or thereabouts
[oRequest setOAuthParameterName:@"oauth_verifier" withValue:[self.authorizeResponseQueryVars valueForKey:@"oauth_verifier"]];
Gets over the fact that oauth_verifier wasn't being sent, still can't actually submit text yet though. WIll update when I've worked out what's going on with that...
When requesting application access from twitter the following xml is returned...
Required oauth_verifier parameter not provided /oauth/access_tokenI guess the API v1 retirement has broken ShareKit?
The text was updated successfully, but these errors were encountered: