Skip to content

Commit

Permalink
Merge pull request markbates#481 from Jleagle/master
Browse files Browse the repository at this point in the history
Fix Patreon FetchUser
  • Loading branch information
techknowlogick authored Nov 23, 2022
2 parents d6995e2 + 8da25dd commit b5cb5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/patreon/patreon.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
// See Example_refreshToken for examples.
tokenURL = "https://www.patreon.com/api/oauth2/token"

profileURL = "https://www.patreon.com/api/oauth2/v2/identity"
profileURL = "https://www.patreon.com/api/oauth2/v2/identity?fields%5Buser%5D=created,email,full_name,image_url,vanity"
)

//goland:noinspection GoUnusedConst
Expand Down

0 comments on commit b5cb5a6

Please sign in to comment.