This topic is currently marked as "dormant"—the last message is more than 90 days old. You can revive it by posting a reply.
1cvedovini
Hi,
I have a small issue with the JS API when trying to retrieve reviews for users (at least some of them) who don't have reviews (this is working perfectly for users with reviews).
Following is the kind of query I am using: http://www.librarything.com/api_getdata.php?resultsets=books%2Cbookratings%2Cboo...
This returns me an array of incomplete entries, like the following:
25324536 => Array
(
tags => Array
(
0 => software
1 => project estimation
2 => project planning
)
)
When I remove the parameter "showTags=1" it returns an empty array, as it should, but I miss the tag list when there are reviews.
Is this a bug or did I miss something?
Thanks for your help.
C.
I have a small issue with the JS API when trying to retrieve reviews for users (at least some of them) who don't have reviews (this is working perfectly for users with reviews).
Following is the kind of query I am using: http://www.librarything.com/api_getdata.php?resultsets=books%2Cbookratings%2Cboo...
This returns me an array of incomplete entries, like the following:
25324536 => Array
(
tags => Array
(
0 => software
1 => project estimation
2 => project planning
)
)
When I remove the parameter "showTags=1" it returns an empty array, as it should, but I miss the tag list when there are reviews.
Is this a bug or did I miss something?
Thanks for your help.
C.
3timspalding
What are you doing this for? You aren't that user.
4cvedovini
I am the guy with the application on Facebook , remember? I needed to give you an example with a profile that has no review so I picked up one at random :)
And I guess the comment in the other thread was indeed for this one?
And I guess the comment in the other thread was indeed for this one?
7timspalding
Back. Still a problem?
8cvedovini
I don't ask for a delivery date but I just would like to know if this issue will eventually be corrected or if I need to workaround?
Thanks,
C.
Thanks,
C.
9AndrewB
8>
Tim (the founder) posted in message 7 asking if it's still a problem - which I'm guessing it is, but it's obviously something he's aware of, he just needed to know if it was still an issue.
Tim (the founder) posted in message 7 asking if it's still a problem - which I'm guessing it is, but it's obviously something he's aware of, he just needed to know if it was still an issue.
10cvedovini
@AndrewB there's no indication here that the problem was addressed, so why should it be solved? (and you just have to click the link in >1 cvedovini: to see it's not)
11cvedovini
Looks like there is the same issue with a different kind of request, it might help to find out the problem: http://www.librarything.com/api_getdata.php?userid=swamiiyer&showTags=1&...

