我正在使用linkedIn android SDK获取登录用户详细信息,我需要获取公司名称,名称和电话号码。
我打电话给这个api:https://api.linkedin.com/v1/people/~:(id,first-name,last-name,email-address,company,designation,headline,formatted-name,phone-numbers,picture-url)
在阅读JSON时我使用了这个
response.get(company).toString();
response.get(designation).toString();
但这不起作用,请帮忙