njh / EtherCard

EtherCard is an IPv4 driver for the ENC28J60 chip, compatible with Arduino IDE
https://www.aelius.com/njh/ethercard/
GNU General Public License v2.0
1.02k stars 451 forks source link

www.supertweet.net stopped service #120

Closed Tech4Ever closed 9 years ago

Tech4Ever commented 10 years ago

I´d like to use twitter with the Ethercard Library. Your shown example doesn´t seem to work anymore since supertweet.net stopped their service on 24.01.2014. Can you show me a new example/alternative way to use twitter with your library please? Thanks in advance!

tuxmartin commented 10 years ago

Problem is probably in Twitter API 1.1.

Try: http://apcmag.com/how-to-tweet-with-your-arduino.htm http://apcmag.com/arduino.htm http://www.futurecomps.com.au/apc-tl/arduino/Sep2013_arduinotwitterv2.zip

Tech4Ever commented 10 years ago

Well, thanks for the links but I think they are all describing how to use twitter with the Ethernet Library, but are the described ways also compatible with the Ethercard library?

tuxmartin commented 10 years ago

You can modify example for Winet shield.

The simplest solution would be to write app on server in PHP/Java/... that communicate with Twitter and use it as wrapper in Arduino.

Tech4Ever commented 10 years ago

sorry but I´m not that deep into programming, just thought there would be another Service like supertweet.net and that I just would need to adjust the example sketch...But just to make it clear: It´s not longer possible to tweet with the arduino?! My English isn´t that perfect so I really need to ask...

tuxmartin commented 10 years ago

I don't know. I not using Twitter on Arduino. But Twitter have new API 1.1 that require OAuth authentication. OAuth will be problem on Arduino. The old API no longer works. My English is too bad...

Tech4Ever commented 10 years ago

Ok I switched to the UIPEthernet Library and now it works! Thanks anyway!!

solarkennedy commented 9 years ago

@jcw closeable.

If you want I'll do a PR removing the supertweet example as it no longer works since 2014-01-24.

jcw commented 9 years ago

Good idea - or leave it in with a big fat comment, if it still makes sense as example somehow?

solarkennedy commented 9 years ago

For anyone else who finds this issue, it was resolved in PR #147.