MarketplaceGetListingsResponse resp = (MarketplaceGetListingsResponse) marketplace_getListings( listingIds, uids );
return resp.getListing();
}
public List<String> marketplace_getSubCategories() throws FacebookException, IOException {
MarketplaceGetSubCategoriesResponse resp = (MarketplaceGetSubCategoriesResponse) marketplace_getSubCategories( null );
return resp.getMarketplaceSubcategory();
}