Ok so I thought I would find the answer I was looking for with a search but maybe I’m just not understanding things, so here goes.
I want to run status updates to my twitter account using javascript only my code runs on top of node.js so there is no html or php strictly javascript. So a text box is out php is out.
I’ve searched around and can’t seem to find a solid example where I can just post using ajax or something to update my status can someone please point me in the right direction ?
Have a look at Mikeal’s Request module. You can send a POST request as follows:
Note that this example is not complete as you would still have to authenticate to Twitter.