Bungie-net / api

Resources for the Bungie.net API
Other
1.22k stars 92 forks source link

How to get user friend list? #346

Open Tzelon opened 6 years ago

Tzelon commented 6 years ago

How can I get user friend list? I can see that in Bungie website you are using https://www.bungie.net/Platform/Activity/Following/Users entry point, but I can't see it in the API docs

Thanks Tzelon

vthornheart-bng commented 6 years ago

Ah, yes - this is currently one of the "unsupported" APIs: ones that we aren't explicitly releasing as being publicly available. We won't stop you from calling it, but we don't provide support for it, and it is potentially subject to change without notice. That being said, I don't anticipate changes of any significance to that endpoint anytime soon, so that's a pretty safe one to call.

I'll bring up whether we should re-evaluate the unsupported status of these endpoints in the new year: perhaps there are some that we could open up in a more official capacity.

floatingatoll commented 6 years ago

Tzelon, if I may ask, what real-world use case are you thinking about for making use of this data?

On Mon, Dec 18, 2017 at 9:01 AM, Vendal Thornheart <notifications@github.com

wrote:

Ah, yes - this is currently one of the "unsupported" APIs: ones that we aren't explicitly releasing as being publicly available. We won't stop you from calling it, but we don't provide support for it, and it is potentially subject to change without notice. That being said, I don't anticipate changes of any significance to that endpoint anytime soon, so that's a pretty safe one to call.

I'll bring up whether we should re-evaluate the unsupported status of these endpoints in the new year: perhaps there are some that we could open up in a more official capacity.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Bungie-net/api/issues/346#issuecomment-352488891, or mute the thread https://github.com/notifications/unsubscribe-auth/AAFqDDBu_krh-NuQ-URcnS5vcGPfn8KMks5tBpqAgaJpZM4RFJKk .

Tzelon commented 6 years ago

Hey, @vthornheart-bng thanks for the answer. @floatingatoll I want to display my Destiny 2 friend list and to be able to compare their stats to mine in a quick way, also to be able to show their isOnline status.

Tetron-bng commented 6 years ago

@Tzelon The Following API will give you PSN/Xbox friends that also have Bungie.net accounts plus anyone else you may have "followed." It will not tell you if they are online or not. The actual PSN or Xbox friends is not available to you via Bungie.net as this data come directly from PSN and Xbox and we don't have permission to provide this data to third parties.

Tzelon commented 6 years ago

@Tetron-bng I understand thank you.