I need to build a scraper that takes as input the Facebook credentials of a user and than scrapes all the friends of the user to do some statistical computations. How can I go with this? I get to know that graph API don't allow to access friend list of a user. So do I need to signin the user and then scrape the friendlist ?
I want to find the date/time they became friends, for each of the user's friend.