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)

#120836
__
Participant

okay: I got this response

> Authentication error: Opauth returns error auth response.
Array
(
[error] => Array
(
=> 401
[raw] => Failed to validate oauth signature and token
[provider] => Twitter
)
[timestamp] => 2013-01-13T03:53:59+00:00
)

AFAICT, this is a standard response when the provider (twitter) rejects the authentication attempt.

So, the Opauth example seems to be working fine, it’s just not successful. I don’t have my own twitter key+secret to test with – are you sure those you sent me are correct?[code] => 401
[raw] => Failed to validate oauth signature and token
[provider] => Twitter
)
[timestamp] => 2013-01-13T03:53:59+00:00
)

AFAICT, this is a standard response when the provider (twitter) rejects the authentication attempt.

So, the Opauth example seems to be working fine, it’s just not successful. I don’t have my own twitter key+secret to test with – are you sure those you sent me are correct?