Arduino Ethernet Shield - TWITTER

Adafruit Ethernet, Motor, Proto, Wave, Datalogger, GPS Shields - etc!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
CJM
 
Posts: 22
Joined: Sat Jan 26, 2008 4:42 pm

Arduino Ethernet Shield - TWITTER

Post by CJM »

Hi,

ich würde gerne Twittern mittels | I want to Post Twitter-Messages with
Arduino, EShield und Xport


geht aber nicht | didnt go.


Hab gelesen, dass die API geändert wurde | Have Read here, the API is Changed.




Hab das mal mit Apache der neuen API entsprechend nachgebaut.
I have tested on local Apache Server the API.


Local document:

<form method="POST" action="http://twitter.com/statuses/update.xml">
<input type="text" name="status" value="Twitter API Test">
<input type="submit">
</form>



Answer from Twitter (http://twitter.com/statuses/update.xml)


<status>
<created_at>Wed Dec 03 12:56:01 +0000 2008</created_at>
<id>1036058148</id>
<text>Twitter API Test</text>
<source>web</source>
<truncated>false</truncated>
<in_reply_to_status_id/>
<in_reply_to_user_id/>
<favorited>false</favorited>

<user>
<id>123456789</id>
<name>USERNAME</name>
<screen_name>USERNAME</screen_name>
<location/>
<description/>

<profile_image_url>
http://static.twitter.com/images/defaul ... normal.png
</profile_image_url>
<url/>
<protected>false</protected>
<followers_count>0</followers_count>
</user>
</status>


Notiz:
Ich war Eingeloggt, bevor ich gesendet habe. Anmeldung muss noch Integriert werden!
Note:
I was logged in before i had send. Registration has yet to be integrated!


Kann das eventuell helfen, einem Arduino-Kompatiblen Code zu schreiben?
Can this help possibly, to a Arduino-compatible code to write?


Ich würde gerne eine art Alarmanlage bauen
Wenn ein Magnetschalter unterbricht (Tür öffnet), Postet es bei Twitter "Tür offen" - bzw. wenn sie wieder geschlossen wird entsprechende Mitteilung "Tür wieder zu"
I would like to build a kind of alarm
When a magnetic switch interrupts (door opens), posts it on Twitter "open door" - or if it is closed again notice "back door to"


Und Tschuldigung für mein miserabeles | And Sorry for my shoestring English

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino Shields from Adafruit”