If I send this request:
CODE
http://where.yahooapis.com/v1/place/1/children?appid=xxxx&lang=it
the result is as expected
If I send :
CODE
http://where.yahooapis.com/v1/place/1/children.type(country)?appid=xxxx&lang=it
doesn't work, but this query works:
CODE
http://where.yahooapis.com/v1/place/1/children.type(country)?appid=xxxx&lang=en
Any idea why I'm not able to use the second query?