I want to create a single button on my website - "challenge me to a correspondence chess game" that sends me a challenge when someone clicks it.
I want to create a single button on my website - "challenge me to a correspondence chess game" that sends me a challenge when someone clicks it.
I mean, you could use the API for it. But also, this URL pattern works just fine as well
https://lichess.org/?user=tbest#friend
If you still think you need the API, start by reading the documentation. But yes, the API can even create games if you have OAuth and tokens from the players.
I mean, you could use the API for it. But also, this URL pattern works just fine as well
https://lichess.org/?user=tbest#friend
If you still think you need the API, start by reading the documentation. But yes, the API can even create games if you have OAuth and tokens from the players.