通过Rest API跟踪twitter中的用户

Dom*_*oSL 4 api twitter rest

如何使用twitter rest api我可以按照这种格式跟踪用户:

HTTP:// myuser的:输入mypassword @ urloftwitterapi /遵循用户= useriwannafollow

有一个非常简单的方法吗?谢谢

Ivo*_*zel 6

正如Joost已发布的那样,请查看:https:
//dev.twitter.com/docs/api/1/post/friendships/create

如果您希望使用此时间超过6月底,则需要查看OAuth身份验证:
https ://dev.twitter.com/docs/auth/
https://dev.twitter.com/docs/auth/OAuth的/单用户与-实例

因为Twitter将在6月30日之前删除基本的HTTP Auth:http:
//www.countdowntooauth.com/

这意味着到那时你需要一些库,如果你不想使用像Python或Ruby这样的东西,你可以查看Twurl:http://github.com/marcel/twurl/