(oops - I see that this was reported elsewhere: 500 Error on Identity Request (API V2))
I just noticed that the /v2/identity
endpoint started returning HTTP 500 errors when fields[user]
asks for social_connections
.
I don’t need it, but the example API request asks for social_connections
so it might confuse people who are trying to get started https://docs.patreon.com/#get-api-oauth2-v2-identity
PatreonApi::PatreonApiError: 500 {
"errors": [
{
"code": null,
"code_name": "InternalError",
"detail": "An unrecoverable internal server error has occurred.",
"id": "84060e37-6515-4aff-b826-75431fcebdb7",
"status": "500",
"title": "Internal Error."
}
]
}