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 506483
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T06:42:21+00:00 2026-05-13T06:42:21+00:00

I have a small problem. I am busy trying to get messages from a

  • 0

I have a small problem. I am busy trying to get messages from a classic asp website to twitter, but I can only find examples of how to do this using php and all other kinds of different languages except for classic asp. Is there anyone here that knows how to get it to work?
I have been looking on the net for over 2 hours and found nothing that gets close. Rewriting the php api that i found will take alot of time since it’s using libraries which i won’t put the time in to convert as this should be a fast solution.

  • 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-13T06:42:22+00:00Added an answer on May 13, 2026 at 6:42 am

    People,

    I have found the solution for classic asp Twitter message posting.
    Since i have been looking for it quite a long time, I’ll post the solution here so other people can make use of it. Actually it’s a quite easy solution :).
    Here we go:

    function asp_twitter_update(strMsg,strUser,strPass) 
        dim oXml,strFlickrUrl 
        strFlickrUrl = "http://twitter.com/statuses/update.xml"
        set oXml = Server.CreateObject("Msxml2.ServerXMLHTTP.3.0") 
        oXml.Open "POST", strFlickrUrl, false, strUser, strPass 
        oXml.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"
        oXml.Send "status=" & server.URLencode(strMsg) 
        asp_twitter_update = oXml.responseText 
        Set oXml = nothing 
    end function
    

    And usage of the function like this:

    Dim xmlStatuses,strMsg
    strMsg = "Hello twitter, send with Classic ASP"
    xmlStatuses = asp_twitter_update(strMsg,"yvanruth","xxxlol")
    Response.Write(xmlStatuses)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have small problem. I'm trying to work on an XML file, but the
I have small problem. I'm trying to get text whitch is out of html
I have small problem with Spring MVC. Basically what I'm trying to do is
I have a small problem which i can't seem to figure out. I tried
I have a small problem which i can't seem to solve myself. Look at
i have a small problem, i am creating a edit page in my asp.net
I am generating new xml file using perl script but I have small problem,
I would like to write to a text file, but I have small problem.
I have small problem and it might be silly somewhere, but still i have
I have small problem. I've coded a full website in php using CodeIgniter framework.

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.