Closed GoogleCodeExporter closed 9 years ago
Are you seeing the ratings link when you look at the XML in the http
request/response logs after the fetch?
Original comment by grobb...@google.com
on 6 Jan 2012 at 1:27
Thanks for your reply. I don't know exactly how to see the xml, but one
interesting thing that I found when I print the description of an entry of the
entries array, is "unparsed:<gd:rating>".
Original comment by xissburg@gmail.com
on 6 Jan 2012 at 1:37
Look at the http log for the response. Logging is discussed at
http://code.google.com/p/gdata-objectivec-client/wiki/GDataObjCIntroduction#Logg
ing_http_server_traffic
and
http://code.google.com/p/gtm-http-fetcher/wiki/GTMHTTPFetcherIntroduction#HTTP_L
ogging
Original comment by grobb...@google.com
on 6 Jan 2012 at 2:46
I did it and attached the full xml. I can see the item <gd:rating average="5.0"
max="5" min="1" numRaters="1" rel="http://schemas.google.com/g/2005#overall"/>,
which is what I am looking for. Is that a bug in GData?
Thanks.
Original comment by xissburg@gmail.com
on 6 Jan 2012 at 3:00
Attachments:
According to the xml from the log, the uploads feed is being fetched; that does
not include edit or ratings links for videos, as is apparent because there is
no video.ratings link in the entries.
Try fetching a different feed, such as the favorites feed, that does support
editing of the entries. If the entries have a link element with the
video.ratings rel value, then those entries can be rated.
Note that the issue tracker is for library bugs and feature requests. Please
use the email discussion group for questions on how to use the library.
Original comment by grobb...@google.com
on 6 Jan 2012 at 7:04
Original issue reported on code.google.com by
xissburg@gmail.com
on 6 Jan 2012 at 1:18