This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #logic | |
| step 1: | |
| check whether the given screen_name is follower of authenticated user or not | |
| step 2: | |
| if he is a follower of authenticated user then make request to https://api.twitter.com/1.1/friendships/create.json to follow | |
| otherwise skip the request to follow | |
| #request | |
| URL:https://api.twitter.com/1.1/friendships/create.json |