How, using twitter rest api, I can follow the user in this format:
http: // myuser: mypassword@urloftwitterapi / follow? user = useriwannafollow
Is there a very simple method? thanks
As Joost already posted, take a look:https://dev.twitter.com/docs/api/1/post/friendships/create
If you want to use this longer than before the end of June, you need to check OAuth authentication:https://dev.twitter.com/docs/auth/https://dev.twitter.com/docs/auth/oauth/single-user-with-examples
Since Twitter will cancel the basic HTTP out by June 30:http://www.countdowntooauth.com/
This means that you will need some library by then, if you do not want to do something like Python or Ruby, you can check Twurl: http://github.com/marcel/twurl/
Use friendships / create:
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-friendships%C2%A0create
Source: https://habr.com/ru/post/1307912/More articles:The algorithm for choosing the most popular places from the database - algorithmIs there any CSS3 CSS3 validator and vendor specific support? - cssIs javaScript not part of the DOM? - javascriptFluentNHibernate - ClassMap vs IAutoMappingOverride - fluent-nhibernateunable to handle the asynchronous character navigator.geolocation - javascriptIs there a way to disable all other Java scripts except mine using Grease Monkey - jquerymatlab .exe format - matlabCan I use OAuth for a SOAP web service? - soapMy Perforce Eclipse Plugin Works Only Partially - perforceProtect value from change with reflection? - reflectionAll Articles