I have an application that uses the old REST API call Friends.getAppUsers to get the list of friends for the current user that have authorized my application.>
Friends.getAppUsers
You can still call the old REST API's in the new Graph API. That is prefectly valid.
An alternative way is to use FQL to get the application user's friends.
I'm not sure if there's a way to do this using just Graph API.