Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7018049
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T22:59:35+00:00 2026-05-27T22:59:35+00:00

Ok so I thought I would find the answer I was looking for with

  • 0

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 ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T22:59:36+00:00Added an answer on May 27, 2026 at 10:59 pm

    Have a look at Mikeal’s Request module. You can send a POST request as follows:

    var request = require('request');
    request.post({
      url: 'https://dev.twitter.com/docs/api/1/post/statuses/update',
      headers: {
        'Content-Type': 'application/json'
      },
      body: JSON.stringify({
        status: "Your new Twitter status"
      })
    }, function(error, response, body){
      console.log(body);
    });
    

    Note that this example is not complete as you would still have to authenticate to Twitter.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Thought my range of search options would easily find this. I wish to combine
Ok this is probably just me not knowing enough about php but here it
I was looking for my answer @ CSS media query but couldn't find it
I am looking to do something I thought would be fairly straight forward, Adding
I've scoured the Internet but my search-foo must not work if it's out there
I've been searching around trying to find an answer both here and google, although
I've tried looking around the internet for an answer, but because I don't understand
I need a cheat sheet for Java and started looking around, but could not
I'm new to JQuery. I'm not looking necessarily for code -- just someone to
This is what I thought would be a simple select clause, however the following

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.