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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T10:24:54+00:00 2026-06-11T10:24:54+00:00

Like many others, I’ve been killing braincells trying to get oauth to work on

  • 0

Like many others, I’ve been killing braincells trying to get oauth to work on MAMP. So instead, I went to my native language (python) and got my access token and access token secret for Tumblr in a jiffy. I still want to write something in php to post to tumblr, but I’m stuck on figuring out what the URL is that I need to be posting to.

I know the url is

https://api.tumblr.com/v2/blog/test.tumblr.com/post

What I’m stuck on is where I put the access tokens in the url. My guess was:

https://api.tumblr.com/v2/blog/test.tumblr.com/post?oauth_token=XXX&oauth_token_secret=XXX&access_token=XXX&access_token_secret=XXX

I’ve tried variations of that, but nothing really seemed to work. Perhaps this was a problem with the headers? Do I absolutely need to install the php oauth client and write something on that?

Thanks for your help!

  • 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-11T10:24:55+00:00Added an answer on June 11, 2026 at 10:24 am

    In short, yes.

    The parameters you are passing there are in the URL (HTTP_GET). They need to be in the Authorization header instead.

    A typical HTTP_GET looks like:

    GET /questions/12451564/url-to-post-to-tumblr?someval=something HTTP/1.1
    Host: stackoverflow.com
    

    A typical OAuth might look like:

    GET /v2/blog/test.tumblr.com/post
    Host: api.tumblr.com
    Authorization: OAuth realm="Photos",
        oauth_consumer_key="dpf43f3p2l4k3l03",
        oauth_token="nnch734d00sl2jdk",
        oauth_signature_method="HMAC-SHA1",
        oauth_timestamp="137131202",
        oauth_nonce="chapoH",
        oauth_signature="MdpQcU8iPSUjWoN%2FUDMsK2sui9I%3D"
    

    This is not the only request – there are calls to initialise a temporary token prior to this request as well hence the endpoints given in the Tumblr API:

    Example partially from RFC for OAuth – 1.2 Example

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

Sidebar

Related Questions

I'm trying to make a little client-server script like many others that I've done
I'm really new in Android Development and, like many others, I'm trying desperately to
Like many others, I am trying to draw 3D objects (using GLSurfaceView) on camera
I (like many others) followed the webview tutorial, but I can't get pages to
Trying to bend by head around Javascript's take on OO...and, like many others, running
Like many others Knockout developers before me, I encountered a slow running script warning
I, like many others, love Eclipse as my ide of choice, and because of
I am creating dynamic TextFields in actionscript 3.0. Like many others, my text disappears
This sounds like a problem many others have posted about, but there's a nuance
HI, I am struggeling with Basic HTTP Authentication like I have seen many others..

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.