Skip to content

Commit 8da25dd

Browse files
committed
Fix Patreon FetchUser
1 parent d6995e2 commit 8da25dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/patreon/patreon.go

Lines changed: 1 addition & 1 deletion
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)