Possible Duplicate:
Get a list of Friends of a Friend on facebook
I'd like to do a research about my school social network. I will map this network with the help of facebook. It would be important to see the friends of my friends (their ID would be enough). With the Graph api i can only list my friends. When i try to find my friends's friends i get an error: "Unsupported operation, FacebookApiException, code 100". I read this API doesn't support this operation anymore. I thought I could solve this problem by making a desktop facebook client-like application, but i couldn't find anything about logging in with my own username and password with the c# API. There is the Facebook Developer Toolkit, but it seems outdated. Would it worth a try or do you any solution for my problem?
ps.: of course everything is ok with the application and user token