you can get your friends email id's....
first login using your fb credentials in your app....
get your secret token which fb provides...
then try fetching your friends profile along with your secret token as access token...
eg: FbGraph::User.fetch("your friends id or name",access_token: "your secret token")