Right, I know how oauth works, but I don't know why we need oauth_nonce.
The specification says timestamp / nonce has to be unique to solve replay attacks, but what about if consumer_key is unique enough?
If consumer_key is not unique, how does it find corresponding oauth_nonce?