String keyword, Integer count) throws WeiboException {
return School.constructSchool(Weibo.client.get(
WeiboConfig.getValue("baseURL")
+ "account/profile/school_list.json",
new PostParameter[] {
new PostParameter("province", province.toString()),
new PostParameter("city", city.toString()),
new PostParameter("area", area.toString()),
new PostParameter("type", type.toString()),
new PostParameter("capital", capital),
new PostParameter("keyword", keyword),
new PostParameter("count", count.toString()) }));
}