Skip to content

Commit b5cb5a6

Browse files
Merge pull request #481 from Jleagle/master
Fix Patreon FetchUser
2 parents d6995e2 + 8da25dd commit b5cb5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/patreon/patreon.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222
// See Example_refreshToken for examples.
2323
tokenURL = "https://www.patreon.com/api/oauth2/token"
2424

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

2828
//goland:noinspection GoUnusedConst

0 commit comments

Comments
 (0)