I am able to get all the other information from yahoo except the avatar, i am
using the below code:-
FetchRequest fetch = FetchRequest.createFetchRequest();
fetch.addAttribute("email", "http://axschema.org/contact/email",true);
fetch.addAttribute("avatar","http://axschema.org/media/image/default",true);
ret.addExtension(fetch);
In the return I am using this:-
FetchResponse fetchResp = (FetchResponse) ext;
List emails = fetchResp.getAttributeValues("email");
String avatar =fetchResp.getAttributeValue("avatar");
Can anyone point to me what I am doing wrong here, any help would be greatly
appreciated.
Original issue reported on code.google.com by anuj0...@gmail.com on 6 Dec 2010 at 10:00
Original issue reported on code.google.com by
anuj0...@gmail.com
on 6 Dec 2010 at 10:00