@jaredhanson we have multi server architecture, so in our case if the first request comes to server1 and it stores the request token secret in session of server 1 and if the callback goes to server2 then it will never be able to find the stored request token secret and throws Failed to find request token in session error. How to handle this scenario ?
@jaredhanson we have multi server architecture, so in our case if the first request comes to server1 and it stores the request token secret in session of server 1 and if the callback goes to server2 then it will never be able to find the stored request token secret and throws
Failed to find request token in session
error. How to handle this scenario ?