Date
1 - 4 of 4
Login produces an error of invalid email
Graham Lawrence
I have tried to login using POST with my email address and password but I get
array(3) { ["object"]=> string(5) "error" ["type"]=> string(13) "invalid email" ["extra"]=> string(0) "" }
|
|
Patrick Dell'Era
I saw a similar error. Turned out it was nothing more than a character in my password that has specific meaning in the context of URLs and had to be encoded. See https://developer.mozilla.org/en-US/docs/Glossary/percent-encoding for more info. -- Cheers, Patrick
From: api@beta.groups.io <api@beta.groups.io> On Behalf Of Graham Lawrence
I have tried to login using POST with my email address and password but I get array(3) { ["object"]=> string(5) "error" ["type"]=> string(13) "invalid email" ["extra"]=> string(0) "" }
|
|
On Sun, Dec 1, 2019 at 10:10 PM Graham Lawrence <Graham@...> wrote: I have tried to login using POST with my email address and password but I getarray(3) { ["object"]=> string(5) "error" ["type"]=> string(13) "invalid email" ["extra"]=> string(0) "" } I saw some calls where no email address was sent. That would result in that error. Mark
|
|
Graham Lawrence
Thank you, Mark, I have found the correct way to use the API. It was simpler than I had assumed.
Graham
|
|