Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Login with Twitter (Kirby) Re: Login with Twitter (Kirby)

#120862
__
Participant

> If I went to /example, I’d get a PHP error. I went to /example/twitter, I’d get the same error you received and if I refreshed that same page, the error would show what the problem was.

`Warning: array_key_exists() …`
`Invalid auth response: Missing key auth response components.` ?

That’s actually a PHP error, because when you refreshed the page there was no longer an auth response. The example files have no error checking whatsoever.

If you got something else, what did it say?