Friday, December 6, 2013

Twitter app using perl – Get your following – Part 3

Hi Again,

If you have seen the your twitter page , you will find the following tab about the user.



As U can can see in the image , there are four important tab
1. tweet (your own tweet)
2. following
3. followers
4. list


In this tutorial I will let you know how to get your following account . You can expand this program further to find the set of people you and your friends may have common.

Net::Twiiter” has a dedicate function called “followers_ids” list of  parameters and then we will pass the individual id to get more detail.

So here is the code.

In the next tutorial , I will try to fetch the twit twitted by the end user following.

No comments:

Post a Comment