当我使用新 API 获取关注者列表时,我收到响应:{ errors = ( { code = 215; message = "Bad Authentication data"; } ); }
我发送的请求是:
https://api.twitter.com/1.1/followers/ids.json?cursor=-1&screen_name=ImpressolTest&count=5000
我究竟做错了什么?
当我使用新 API 获取关注者列表时,我收到响应:{ errors = ( { code = 215; message = "Bad Authentication data"; } ); }
我发送的请求是:
https://api.twitter.com/1.1/followers/ids.json?cursor=-1&screen_name=ImpressolTest&count=5000
我究竟做错了什么?
使用 Twitter v1.1 获取关注者列表
https://github.com/fhsjaagshs/FHSTwitterEngine 使用 FHSTwitterEngine
https://api.twitter.com/1.1/followers/list.json
用这个