AntonioVdlC / chat

:speech_balloon: - A little chat in Go!
https://simple-go-chat.herokuapp.com
MIT License
1 stars 1 forks source link

Twitter login not working #19

Closed AntonioVdlC closed 7 years ago

AntonioVdlC commented 7 years ago

For some reason this error pops-up while trying to login with Twitter:

Error: httpExecute: HTTP response is not 200/OK as expected. Actual response:
Response Status: '401 Unauthorized'
Response Code: 401
Response Body: Error processing your OAuth request: Invalid oauth_verifier parameter
Request Headers: [key: Authorization, val: OAuth oauth_consumer_key="",oauth_nonce="",oauth_signature="",oauth_signature_method="",oauth_timestamp="",oauth_token="",oauth_verifier="",oauth_version="1.0"] 

... 🤷‍♂️

AntonioVdlC commented 7 years ago

Ok, this seems to be due to upgrading from an older version of the code to a new one ... 🤔

It seems to work just fine now, but if it is causing more issues I'll probably remove Twitter temporarily 😅