Support Custom Game URIs iOS and Android #3218
Replies: 11 comments
-
To be clear when trying to use these URLs in embeds, I get errors like this:
I'm not sure if this issue is solely with the API or the client. But it would seem the API must change, at least, since it is rejecting the embed outright. |
Beta Was this translation helpful? Give feedback.
-
I variant of this issue has been reported in #450, where they requested access to endpoints other than http and https for oAuth2 redirection. I suppose this can be expanded to also include hyperlinks within text. The desktop client already supports this (probably accidentally tho). To quote @night :
|
Beta Was this translation helpful? Give feedback.
-
I don't believe that's the same issue. That has to do with oauth flows. This is just hyperlinks in messages. |
Beta Was this translation helpful? Give feedback.
-
Seems like a valid request 👍 |
Beta Was this translation helpful? Give feedback.
-
You can link any URL already with markdown syntax: |
Beta Was this translation helpful? Give feedback.
-
@night Pretty sure this is an API feature request, given the way they intend to use the link. |
Beta Was this translation helpful? Give feedback.
-
I just confirmed, the <l+k://player?123&123> syntax does work. But it creates a link to this url: |
Beta Was this translation helpful? Give feedback.
-
I think this needs to be reopened. |
Beta Was this translation helpful? Give feedback.
-
Additionally I'd like to note the API prevents non-HTTP protocol link handlers in markdown embeds for bots. Valid markdown to a URL such as |
Beta Was this translation helpful? Give feedback.
-
Hey all. We had some internal confusion with this request, and it was closed invalidly. Our bad. We'll re-open this. I don't have a good estimate of when we could do this, as there's a lot of edge cases and security questions to handle, and this code has a lot of touch points. But we're tracking it! |
Beta Was this translation helpful? Give feedback.
-
Any news on this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Native apps have the ability to create custom hyperlink protocol schemes, to allow rich linking to their app content.
Some games, such as http://lordsandknights.com/ use custom schemes like l+k://player?1234&1234
Other apps recognize these URLs, enable them to be activated, and then open the associated URL. I am trying to get my alliance to use Discord, but we are unable to get our game links to be recognized as URLs.
Can this feature be added?
Beta Was this translation helpful? Give feedback.
All reactions