Has anyone been able to successfully get a user’s OAuth token using reverse auth? My app has reverse auth permissions but I’m having a hard time getting a valid authentication token. I am using OAuthconsumer and I’m a bit confused on how to modify the OAuth call for the additional x_auth_mode mode.
I keep getting
Failed to validate oauth signature and token
Any insight would be greatly appreciated, thanks in advance!
Did you know the example code from Sean Cook (Developer at Twitter)?
https://github.com/seancook/TWiOS5ReverseAuthExample
His solution is working and is more detailed than the Twitter Documentation…
https://dev.twitter.com/docs/ios/using-reverse-auth