是否可以通过API获得用户配置文件信息,如GitHub, Twitter帐户名称?此信息在用户配置文件页面中可见,我想知道是否有一种方法可以通过编程方式访问此信息。
不,此信息无法通过API获得。一个user对象只包含以下字段:
- about_me
- accept_rate
- account_id 年龄
- answer_count
- badge_counts
- creation_date
- display_name
- down_vote_count
- is_employee
- last_access_date
- last_modified_date 链接
- profile_image
- question_count
- reputation_change_day
- reputation_change_month
- reputation_change_quarter
- reputation_change_week
- reputation_change_year
- timed_penalty_date
- up_vote_count
- user_id
- user_type
- view_count
- website_url
您可以通过about_me
和website_url
字段提取一些配置文件信息。