I’m trying to use the Twitter API without the help of Abraham’s code.
Signing in and getting the access token is all done.
However, every time I make a request to account/verify_credentials, it returns Error 32 “Could not authenticate you”
I think this is because the OAuth Signature is wrong. How do I exactly create a correct OAuth signature?
Are there example code somewhere for this?