Hi Guys, I am developing some oauth support for http://www.twollo.com and I am having some trouble with friendships/create I keep getting 500 errors from twitter, I am pretty sure that I have got the oAuth sorted ok, I am doing a POST to the service, my app is allowed to write to a profile.
Bellow is an example query. http://twitter.com/friendships/create.xml?screen_name=twollo&oauth_nonce=71594710&oauth_timestamp=1240867081&oauth_consumer_key=xxxx&oauth_signature_method=HMAC-SHA1&oauth_version=1.0&oauth_token=xxxxx&oauth_signature=xxxx Anyone else seeing problems on friendships/create and oAuth? I also tried (with the same result) http://twitter.com/friendships/create/twollo.xml?oauth_nonce=71594710&oauth_timestamp=1240867081&oauth_consumer_key=xxxx&oauth_signature_method=HMAC-SHA1&oauth_version=1.0&oauth_token=xxxxx&oauth_signature=xxxx As always, I am completly open to me causing the problem :) I am using TwitterOAuthClient (python) for my oauthy goodness. Kind Regards, Paul Kinlan
