Getting the same problem for /status/followers.json Request for /verify/credentials.json works but not for /status/ followers.json
verify credentials header: GET /account/verify_credentials.json? oauth_nonce=1867266443966123327&oauth_timestamp=1241073359&oauth_consumer_key=xKG4bNvaxBrHFD7tiLQA&oauth_signature_method=HMAC- SHA1&oauth_version=1.0&oauth_token=20687908- j3YphuX2QGTipIvapvJK4RdHld19meNecc0PtQBvs&oauth_signature=Esh %2FToKgEYj6rCVbzBHp5UBan%2Bk%3D HTTP/1.1 Accept-Encoding: identity Host: twitter.com Connection: close User-Agent: Python-urllib/2.5 status followers header: GET /status/followers.json? oauth_nonce=6139498031622514402&oauth_timestamp=1241073817&oauth_consumer_key=xKG4bNvaxBrHFD7tiLQA&oauth_signature_method=HMAC- SHA1&oauth_version=1.0&oauth_token=20687908- j3YphuX2QGTipIvapvJK4RdHld19meNecc0PtQBvs&oauth_signature=iW01C77P %2FjSzzY%2Fnuma3Oq7rzGI%3D HTTP/1.1 Accept-Encoding: identity Host: twitter.com Connection: close User-Agent: Python-urllib/2.5 going to file a bug On Apr 28, 9:06 am, tayknight <[email protected]> wrote: > I'm fairly sure I'm getting a proper token. Using the > pagehttp://www.hueniverse.com/hueniverse/2008/10/beginners-gui-1.htmlI > get the same signature as in my failing url. > > GET looks like:http://twitter.com/friendship/exists.json? > oauth_consumer_key=Rg4VBVUvAoThpl78duF3Rg > &oauth_nonce=375494971125145587 > &oauth_signature=xWCdscsa6I4GJphDIQAnsDmjyhM%3D > &oauth_signature_method=HMAC-SHA1 > &oauth_timestamp=1240933535 > &oauth_token=765803-e2mAy2wkQy4wRI9LQC73cZwbiwmmJ7mZJh04MZiWk > &oauth_version=1.0 > &user_a=tayknight > &user_b=wxtweet > > I must be missing something obvious. Other GETs work. I can provide > secrets to TwitterAPI folks if they want to help debug. > > Thanks.
