Hi, I'm trying to post a status to two twitter accounts, when I send the first request, it works perfectly. But when I send the second request I get back "Invalid/used nonce" even though it's a brand new nonce?
The first request looks like this (obviously the parameters are posted not sent via GET): http://twitter.com/statuses/update.xml?oauth_consumer_key=XDPKuspmrSuJ5tJWvAS0AQ&oauth_nonce=3cdf45aa7a72a3d20d3103405be6ebf9&oauth_signature=ASqJYrnkEJNypHPaN%2FnkNL9xxnU%3D&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1246054981&oauth_token=20525001-Iu7kFNNlbrVCHiYnbjWhQbD8cUFChB7kxTLrKjhqW&oauth_version=1.0&source=Zood&status=test The second request looks like this: http://twitter.com/statuses/update.xml?oauth_consumer_key=XDPKuspmrSuJ5tJWvAS0AQ&oauth_nonce=986fb456c5143fc7cafb126fbf8ac050&oauth_signature=%2F1IbvyHNJ82dCtae5gZwkSfIzoQ%3D&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1246054982&oauth_token=40217713-oQ224aHZ9NzMEgITHExN4AneGRQUbvtm38gh4K5TT&oauth_version=1.0&source=Zood&status=test Does anyone know why this could be happening? Thanks!, Simon
