wohali / oauth2-discord-new

New Discord Provider for the OAuth 2.0 Client
MIT License
118 stars 22 forks source link

How to get Guilds? #31

Closed LukasCCB closed 3 years ago

LukasCCB commented 3 years ago

Hi. This is the only discord oauth2 in php that works on the internet. at least what I managed to find and use it. Very thanks.

Well, it's working as expected. Get "user" data. I want to obtain the "guilds" in which you participate.

Certainly, I want to get only the id, name.

how do I print these servers on the screen, preserving the user data that is already being obtained in "identity", "guilds".

wohali commented 3 years ago

@LukasCCB This library doesn't help with that - it just gets you an OAuth token. It is extremely minimal.

Beyond that you'll need to do something like use RestCord or the DiscordPHP library.