VVVV with twitter API?

Hi everybody,

I’m trying to make VVVV post updates on twitter.com. I’m succesfull at reading my posts trough the HTTP(get) node but posting seems impossible trough HTTP(POST). This is because the POST node doesn’t have a Username and Password pin that is required for the twitter API.

Does anybody has any ideas on how to solve this problem?

If anybody is interested: the twitter API documentation can be found here.
http://apiwiki.twitter.com/REST+API+Documentation

@upton_pickman

Hello upton_pickman.

Im some experience in vvvv 2 twitter.
As you say HTTP(post)cant send message to twitter.

So, you need to use 3rd party software like http://curl.haxx.se/

Try my old patch “Tvvvvitter.zip”(include curl).

and you also need XPath (XML Legacy).

@sohya

Thanks a ton! it’s a very nice solution and does exactly what I wanted.