Received: by 10.180.98.70 with SMTP id eg6mr1555863wib.2.1325960717277; Sat, 07 Jan 2012 10:25:17 -0800 (PST) X-BeenThere: tumblr-api@googlegroups.com Received: by 10.180.93.227 with SMTP id cx3ls4211926wib.2.canary; Sat, 07 Jan 2012 10:25:16 -0800 (PST) Received: by 10.180.91.201 with SMTP id cg9mr1192807wib.3.1325960716665; Sat, 07 Jan 2012 10:25:16 -0800 (PST) Received: by 10.180.91.201 with SMTP id cg9mr1192806wib.3.1325960716650; Sat, 07 Jan 2012 10:25:16 -0800 (PST) Return-Path: Received: from blu0-omc1-s17.blu0.hotmail.com (blu0-omc1-s17.blu0.hotmail.com. [65.55.116.28]) by gmr-mx.google.com with ESMTP id h26si42292380wbo.3.2012.01.07.10.25.16; Sat, 07 Jan 2012 10:25:16 -0800 (PST) Received-SPF: pass (google.com: domain of steven.pe...@live.co.uk designates 65.55.116.28 as permitted sender) client-ip=65.55.116.28; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of steven.pe...@live.co.uk designates 65.55.116.28 as permitted sender) smtp.mail=steven.pe...@live.co.uk Received: from BLU0-P1-EAS14 ([65.55.116.7]) by blu0-omc1-s17.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 7 Jan 2012 10:25:16 -0800 X-Originating-IP: [178.106.98.13] X-Originating-Email: [steven.pe...@live.co.uk] Message-ID: Return-Path: steven.pe...@live.co.uk Content-Type: multipart/alternative; boundary="_43fbb26b-8a95-4321-8ea2-614cabe6a97c_" MIME-Version: 1.0 From: Steven Pears Subject: RE: Post cannot be empty Date: Sat, 7 Jan 2012 18:25:31 +0000 To: "tumblr-api@googlegroups.com" X-OriginalArrivalTime: 07 Jan 2012 18:25:16.0117 (UTC) FILETIME=[B3F26850:01CCCD69] --_43fbb26b-8a95-4321-8ea2-614cabe6a97c_ Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="utf-8"
It's a GE= T request=2C so there us no body being sent. Change it to a post request an= d try again.

Let us know the result

Steven Pears

Sent from my Windows Phone

From: Ra= jesh Sharma
Sent: 07= /01/2012 18:18
To: Tu= mblr API Discussion
Subject: Po= st cannot be empty

Hi=2C
I am trying to post the simple text with OAuth.
I am adding required param (body) in request but still response seems
as Post is blank.

Tried OAuth request:
GET
http://api.tumblr.com/v2/blog/{myblogname}.tumblr.com/post?body= =3DTestDescr&=3Boauth_consumer_key=3DXX&=3Boauth_nonce=3DXX&=3Boau= th_signature=3DXX&=3Boauth_signature_method=3DHMAC-SHA1&=3Boauth_time= stamp=3D1325958780&=3Boauth_token=3DXX&=3Boauth_version=3D1.0&=3Bt= ype=3Dtext

And return 400
{"=3Bmeta"=3B:{"=3Bstatus"=3B:400=2C"=3Bmsg"=3B:&qu= ot=3BBad Request"=3B}=2C"=3Bresponse"=3B:{"=3Berrors"= =3B:["=3BPost
cannot be empty."=3B]}}

Please help me what's missing.

Thanks in advance for quick response..


--_43fbb26b-8a95-4321-8ea2-614cabe6a97c_ Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" It's a GET request=2C so there us no body being sent. Change it to a post r= equest and try again. Let us know the result Steven Pears Sent from my Windows Phone ________________________________ From: Rajesh Sharma Sent: 07/01/2012 18:18 To: Tumblr API Discussion Subject: Post cannot be empty Hi=2C I am trying to post the simple text with OAuth. I am adding required param (body) in request but still response seems as Post is blank. Tried OAuth request: GET http://api.tumblr.com/v2/blog/{myblogname}.tumblr.com/post?body=3DTestDescr= &oauth_consumer_key=3DXX&oauth_nonce=3DXX&oauth_signature=3DXX&oauth_signat= ure_method=3DHMAC-SHA1&oauth_timestamp=3D1325958780&oauth_token=3DXX&oauth_= version=3D1.0&type=3Dtext And return 400 {"meta":{"status":400=2C"msg":"Bad Request"}=2C"response":{"errors":["Post cannot be empty."]}} Please help me what's missing. Thanks in advance for quick response.. --_43fbb26b-8a95-4321-8ea2-614cabe6a97c_--