
Use Twitter with LabVIEW VI:
Twitter provides a public API which is based on HTTP requests (both GET and POST). The attached VI builds the appropriate HTTP request and sends it to the Twitter server using the TCP functions available in LabVIEW.

Use Twitter with LabVIEW VI:
Twitter provides a public API which is based on HTTP requests (both GET and POST). The attached VI builds the appropriate HTTP request and sends it to the Twitter server using the TCP functions available in LabVIEW.
likely not working anymore as twitter authentication is more complex now than simple GETs and POSTs.
Maybe with http://www.supertweet.net/
I’ve just tried it (with supertweet) and works fine.
I’ll probably use it in my actual project.
Thanks dangerousprototypes