Facebook oauth 检索用户工作?
我请求“工作”许可并得到了所有当前和以前职业的response.work 数组。我如何只获得当前职业,这行得通吗:
response.work[0].position.name?
I asked for a 'work' permission and got this response.work array of all current and previous occupations. How do I get only a current occupation, would this work:
response.work[0].position.name ??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
response.work[0].position.name 有效。
response.work[0].position.name worked.