arduino based twitter client

hi guys i am trying to make a device attached to a Ethernet shield and a lcd display to show my latest tweets on twitter but ever since the new twitter api the examples available on the ide doesnt work. can anyone help me with one and how can i make this work. i tried registering with supertweet but i was unable to send the GET properly since iam a noob.. really need help guys. thx

I cannot find your code in the post, did you forget it?

I am having a similar issue with the new twitter api (v 1.1). I've reduced my ambitions to just simply turning an LED on but my connections seem to not be going through. Any help would be appreciated. Thanks!

control_arduino_through_twitter.ino (3.54 KB)

The documentation (https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline) states the URL to be:

https://api.twitter.com/1.1/statuses/user_timeline.json

Did you notice the https:// at the beginning? You probably have to install and use a proxy on some internet server to access twitter in the future because the Arduino will never be able to use SSL.