achievements-app / psn-api

A JavaScript library that lets you get trophy, user, and game data from the PlayStation Network.
https://psn-api.achievements.app
MIT License
263 stars 31 forks source link

Get full friends list in a unique method #160

Open mcrisostomo opened 5 months ago

mcrisostomo commented 5 months ago

Hi, is there any way to retrieve a list with friends from a profile?

I know that we have getUserFriendsAccountIds that return a list with a friends IDs and we have getProfileFromAccountId that we can retrieve a friend data using his ID.

Is there a way to retrive all my friends list using a unique method?

Thank you

wescopeland commented 5 months ago

Hi,

Happy to implement this if Sony's API natively supports such a method. I don't recall if it does or not.

mcrisostomo commented 5 months ago

Great.

Let me know if you get any advance.

Thank you!