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
reblog_info and notes_info not working on /user/dashboard
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
  10 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
 
TGarrood  
View profile  
 More options Jul 31 2011, 7:42 pm
From: TGarrood <thomas.garr...@gmail.com>
Date: Sun, 31 Jul 2011 16:42:48 -0700 (PDT)
Local: Sun, Jul 31 2011 7:42 pm
Subject: reblog_info and notes_info not working on /user/dashboard
Is anyone able to to get reblog_info and notes_info to work with /user/
dashboard calls? I'm getting a response but the post objects don't
contain any notes or reblog info. Other params for /user/dashboard are
working (eg type, limit, since_id). I've also got reblog_info and
notes_info working on working on /blog/posts. However, not matter what
I try I can't seem to get reblog or notes data via the dashboard.

I've tried:
reblog_info = true
reblog_info = True
reblog_info = 1
rebloginfo = true

But to no avail!


 
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.
Derek Gottfrid  
View profile  
 More options Aug 4 2011, 11:30 am
From: Derek Gottfrid <dgottf...@gmail.com>
Date: Thu, 4 Aug 2011 08:30:03 -0700 (PDT)
Local: Thurs, Aug 4 2011 11:30 am
Subject: Re: reblog_info and notes_info not working on /user/dashboard

This was a bug and is now fixed.

thanks,
d

--
api lead // tumblr


 
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.
Phlibbo  
View profile  
 More options Apr 24 2012, 11:31 am
From: Phlibbo <phil...@wupschloesser.de>
Date: Tue, 24 Apr 2012 08:31:38 -0700 (PDT)
Local: Tues, Apr 24 2012 11:31 am
Subject: Re: reblog_info and notes_info not working on /user/dashboard

As far as I can tell, this is still (or probably again) not working. When
I'm querying a tumblelog, everything works fine but for the user's
dashboard, I don't receive any reblog-information.


 
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.
Philipp Schlösser  
View profile  
 More options Apr 24 2012, 11:37 am
From: Philipp Schlösser <phil...@wupschloesser.de>
Date: Tue, 24 Apr 2012 08:37:31 -0700 (PDT)
Local: Tues, Apr 24 2012 11:37 am
Subject: Re: reblog_info and notes_info not working on /user/dashboard

I should add that it works for your dashboard when you add reblog_info=true
as a GET-parameter. As a POST-parameter however, it doesn't...


 
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.
Steven Pears  
View profile  
 More options Apr 25 2012, 2:12 am
From: Steven Pears <steven.pe...@live.co.uk>
Date: Tue, 24 Apr 2012 23:12:31 -0700 (PDT)
Local: Wed, Apr 25 2012 2:12 am
Subject: Re: reblog_info and notes_info not working on /user/dashboard

If the re-blog information works as a GET parameter, why can you not use
a GET request for the dashboard? I've always retrieved dashboard calls with
a GET and my app is bringing back the details for a lot of users with no
trouble.

Steven


 
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.
John Bunting  
View profile  
 More options Apr 25 2012, 9:41 am
From: John Bunting <jo...@tumblr.com>
Date: Wed, 25 Apr 2012 09:41:02 -0400
Local: Wed, Apr 25 2012 9:41 am
Subject: Re: reblog_info and notes_info not working on /user/dashboard

Right, docs say if you're making a request for a user's dashboard, it's an
OAuth'ed GET request.

Thanks!

On Wed, Apr 25, 2012 at 2:12 AM, Steven Pears <steven.pe...@live.co.uk>wrote:

> If the re-blog information works as a GET parameter, why can you not use
> a GET request for the dashboard? I've always retrieved dashboard calls with
> a GET and my app is bringing back the details for a lot of users with no
> trouble.

> Steven

--
John Bunting

Simplicity is prerequisite for reliability
    --Edsger W. Dijkstra


 
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.
Philipp Schlösser  
View profile  
 More options Apr 25 2012, 11:48 am
From: Philipp Schlösser <phil...@wupschloesser.de>
Date: Wed, 25 Apr 2012 08:48:09 -0700 (PDT)
Local: Wed, Apr 25 2012 11:48 am
Subject: Re: reblog_info and notes_info not working on /user/dashboard

You are correct, I thought that it was supposed to be a POST request (which
also works for the other variables - strange), my bad.


 
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.
interwound  
View profile  
 More options Jan 7, 8:58 pm
From: interwound <ashwala...@gmail.com>
Date: Mon, 7 Jan 2013 17:58:33 -0800 (PST)
Local: Mon, Jan 7 2013 8:58 pm
Subject: Re: reblog_info and notes_info not working on /user/dashboard

I've seem to run into a similar problem lately, I'm using this PHP library<https://groups.google.com/forum/?fromgroups=#!topic/tumblr-api/g6SeIB...>and can't seem to get notes_info to display correctly. Other variables
change as previously noted (e.g. limit) but I can never seem to get note
metadata or reblog metadata to return. Relevant code:

   $arrayOfParamaters = array('notes_info' => true,'limit' => 2);

    $userinfo = $tum_oauth->get('http://api.tumblr.com/v2/user/dashboard', $arrayOfParamaters);

    // Check for an error.
    if (200 == $tum_oauth->http_code) {
      // good to go
    } else {
      die('Unable to get info');
    }
    print_r($userinfo->response->posts[0]->notes);
    // Undefined property notes also doesn't appear on full print_r of json.

Cheers


 
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.
John Bunting  
View profile  
 More options Jan 7, 9:04 pm
From: John Bunting <jo...@tumblr.com>
Date: Mon, 7 Jan 2013 21:04:29 -0500
Local: Mon, Jan 7 2013 9:04 pm
Subject: Re: reblog_info and notes_info not working on /user/dashboard

I'm assuming you get everything BUT the note information you're expecting?
It should be an array of hashes:

URL should be: /v2/user/dashboard?notes_info=true&limit=<number>

eg:
"notes"=>[{"timestamp"=>"1357610323", "blog_name"=>"petervidani",
"blog_url"=>"http://blog.petervidani.com/", "type"=>"reply",
"reply_text"=>":("}]

Is it only some posts or all posts for the request?

--
John Bunting

Simplicity is prerequisite for reliability
    --Edsger W. Dijkstra


 
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.
Adam Ashwal  
View profile  
 More options Jan 7, 9:42 pm
From: Adam Ashwal <ashwala...@gmail.com>
Date: Mon, 7 Jan 2013 19:42:58 -0700
Local: Mon, Jan 7 2013 9:42 pm
Subject: Re: reblog_info and notes_info not working on /user/dashboard

Ya, I'm getting everything but the note information I want. And all the
posts do not return the note information.


 
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 »