Hello,
We have a game using Unity and Prime31, and when we make a call to his plugin to show the login dialog:
_plugin.Call( “showLoginDialog” );
On some devices it works, and others it does not.
This is the error message we receive:
Login failed with error: Response body is incorrect. Can’t extract token and secret from this: ‘Failed to validate oauth signature and token’
We’re just confused how this could be a device specific issue? Why would some phones work, but others just bork?
EDIT:
Figured out that some of our devices had their time set to the future, and fixing that allowed Twitter to function.