Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
oauth_signature?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Neil Johnson  
View profile  
 More options May 31 2012, 4:49 pm
From: Neil Johnson <bananan...@gmail.com>
Date: Thu, 31 May 2012 13:49:11 -0700 (PDT)
Local: Thurs, May 31 2012 4:49 pm
Subject: oauth_signature?
I have been trying to get an access_token for my app through the xauth
flow.. But I am getting the error "oauth_signature required".

How do i generate this signature? I have been looking everywhere for
documentation on this, but i cant seem to find much.

> HTTParty.post("https://www.tumblr.com/oauth/access_token?x_auth_username=email&passw...{Time.now.to_i}&auth_mode=client_auth")

=> "oauth_signature required"

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
felix bonkoski  
View profile  
 More options Jun 1 2012, 8:14 am
From: felix bonkoski <felixschwer...@gmail.com>
Date: Fri, 1 Jun 2012 07:14:07 -0500
Local: Fri, Jun 1 2012 8:14 am
Subject: Re: oauth_signature?

Generating oauth signatures is kind of complicated, and where a lot of
people on this board have trouble.

You're best off finding a good oauth library to generate the oauth HTTP
call for you. It will generate the appropriate oauth headers and signature
for your HTTP request, making your life much easier.

It looks like you're using Ruby?
John Bunting (works for Tumblr, and often replies on this board) has some
kind of Tumblr Ruby wrapper here:
https://github.com/codingjester/tumblr_client
or https://github.com/codingjester/tumblr-oauth

Not a Ruby programmer personally, But I'd look into those.

Maybe Mr Bunting has something to add?

Felix B


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »