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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T18:10:32+00:00 2026-06-10T18:10:32+00:00

I am trying to get a Twitter oauth token using the below string. How

  • 0

I am trying to get a Twitter oauth token using the below string. How can I “run” the string and then get the token?

This is the request string:

https://api.twitter.com/oauth/request_token?oauth_consumer_key=9TL0JGKTIv7GyOBeg8ynuxg&oauth_nonce=Xty48&oauth_signature=3skps99e6zkn0rcUGadVUEuHFon4%3D&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1346603336

This is the result:

oauth_token=TBFdNoytaizrfMAWNZ6feqNz3BsozHk5AesIioX8u8Ec&oauth_token_secret=DtQ3jiUIeVdRcBAKwVQJRWpgKtEHi3m1ylk0nlsHCBj0&oauth_callback_confirmed=true
  • 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-06-10T18:10:34+00:00Added an answer on June 10, 2026 at 6:10 pm

    See answer to this question. It demonstrates how to get a value from the querystring.

    Here, I’ve altered it to take the name value collection as a parameter:

    function getParameterByName(name, qs)
    {
      name = name.replace(/[\[]/, "\\\[").replace(/[\]]/, "\\\]");
      var regexS = "[\\?&]" + name + "=([^&#]*)";
      var regex = new RegExp(regexS);
      var results = regex.exec(qs);
      if(results == null)
        return "";
      else
        return decodeURIComponent(results[1].replace(/\+/g, " "));
    }
    

    Usage:

    var result = "oauth_token=TBF...&oauth_token_secret=DtQ...";
    var token = getParameterByName("oauth_token", result);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to get access token by following url https://api.twitter.com/oauth/request_token? oauth_consumer_key=vRtqh0KONqxr1C2knqv2A& oauth_nonce=0afa694efd3feee68ebc180f3858a9a3& oauth_signature=QgHBQ8OLBrjgwivzIfe4p9eBtaQ%3D&
I'm trying to get twitter update_profile_image to work using OAuth. I was using curl
i really need your help. I'm trying to get request token from twitter with
I am trying to get a request token from twitter, and I've been having
I'm trying to add this: https://github.com/bengottlieb/Twitter-OAuth-iPhone The readme doesn't give a step by step
I am trying to get twitter updates like this: try { $doc = new
Im trying to follow a tutorial that is using SBJsonParser to get twitter feeds,
Hi I keep getting this error, I'm trying to get tweets from twitter via
I've been trying to get OAuth for Twitter to work on my iPhone application
I am trying to get the access_token for a user using the FB API

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.