Hi,
I am having an issue with the Java Data API when retrieving the the friend through the following simple suggested code in the API example:
FriendFeed friendFeed = service.getFeed(new URL("http://gdata.youtube.com/feeds/api/users/default/contacts"), FriendFeed.class);
totalResults = friendFeed.getTotalResults();
The above code's "totalResults" is only showing up to 3000 friends not all of them (if over 3000). This used to work fine couple of weeks ago. It is effecting my software so any help will greatly be appreciated.
Thanks,
M
--
You received this message because you are subscribed to the Google Groups "YouTube APIs Developer Forum" group.
To post to this group, send email to youtube-api-gdata@googlegroups.com.
To unsubscribe from this group, send email to youtube-api-gdata+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/youtube-api-gdata?hl=en.
No comments:
Post a Comment