Blumoon.5437:

One of the most exciting selling points of the Extended Experience as it was originally presented was the ability to not only pull data from the game, but push data back in, as well. This allowed for exciting functionality like out-of-game guild chat, pinging the in-game map for your friends, and more. Will we eventually see this functionality through the API ecosystem?

zeeZ.5713:

See https://forum-en.guildwars2.com/forum/community/api/API-Development-Plans/first#post2081787

We’re working on implementing OAuth2, a safe authentication system that will allow websites and applications to talk to our API on behalf of players without giving those apps your game password. For developers, this will involve signing up for an API key, getting a quota of API calls, etc. For users, there will be a new login flow where they authorize apps to take certain actions on their behalf.

OAuth2 support will enable many more personalized APIs to be created. Guild, Chat, Character, and other APIs are all possible. We don’t currently have a planned release date for OAuth2, but we’re actively working on implementing it.

Blumoon.5437:

Oh, duh! I remember being excited about OAuth2 support. I don’t know why it slipped my mind at a time like this. Thanks for the reminder, zeeZ.