Hi everyone. I’m using my embedded device and try to connect to twitter but I’m facing a issue on OAuth.
Firstly, I had registered an application from twitter and created a token that allows me to have a direct access to my twitter account. Therefore I’m trying to use the get sample that showed on the following link to test it with my device:
I used the OAuth signature generator to create the signature base string and put it into my device to send this string to api.twitter.com for testing.
However, I could only received “400 bad request” feedback from the server.
Does it means that my procedure for communicating with the twitter is wrong?
Or I need to modify the HTTPS format for OAuth to communicate with twitter?
Thanks,