Vatuu / discord-rpc

Java Wrapper of the Discord-RPC Library for Discord Rich Presence.
MIT License
194 stars 42 forks source link

How to use an authorization code? #44

Closed Ekstropiya closed 3 years ago

Ekstropiya commented 3 years ago

I may be just really bad at reading, but I don't believe that there's a way to use an authorization code in this wrapper. Is this true? If not how can I use an oAuth code to use RPC?

Rdna123 commented 3 years ago

oAuth code is not related to RPC. It uses application id.

Ekstropiya commented 3 years ago

Ok, thanks.