Api 如何使用HWIOAuthBundle存储用户好友

Api 如何使用HWIOAuthBundle存储用户好友,api,symfony,fosuserbundle,hwioauthbundle,Api,Symfony,Fosuserbundle,Hwioauthbundle,如何使用HWIOAuthBundle将用户朋友存储到数据库中我已经用fosBundle配置了它,我可以将用户信息存储到数据库中,但我不知道如何存储朋友列表 facebook: type: facebook client_id: "xxxxxxxxxxxxxxxxxx" client_secret: "xxxxxxxxxxxxxxxxx" scope: "email,public_profile,ma

如何使用HWIOAuthBundle将用户朋友存储到数据库中我已经用fosBundle配置了它,我可以将用户信息存储到数据库中,但我不知道如何存储朋友列表

 facebook:
            type: facebook
            client_id: "xxxxxxxxxxxxxxxxxx"
            client_secret: "xxxxxxxxxxxxxxxxx"
            scope: "email,public_profile,manage_pages,publish_actions,user_friends,user_groups,user_likes"