求大神帮忙。用stackoverflow提供的API下载用户数据时,request次数过多时,报“error_message":"Violation of backoff parameter","error_name":"throttle_violation”这个错误,需要认证。这个网站给出了认证的方式,https://api.stackexchange.com/docs/authentication,还是没有明白具体怎么获得access_token。
大概看了下,用的就是OAuth 2.0
access_token是网站给你的。