I was just curious if there was a way to use the graph api to get all of a user's friends about me similar to line of code?
$friends = $facebook->api("/me/friends");
but instead of just returning the friend's Name and ID it would nice to returns there "about me" as well. If i'm going to need to use a fql query instead, please post it in the answers section. Though, I would prefer a graph call if that is possible.