Shinmera / north

An oAuth 1.0a Server & Client, Successor of South
https://shinmera.github.io/north/
zlib License
23 stars 2 forks source link

Twitter auth has gone grumpy #4

Open BnMcGn opened 1 month ago

BnMcGn commented 1 month ago

This call, from the docs:

(north:initiate-authentication *client*)

Now produces a code 32:

The object is a CONDITION of type NORTH:REQUEST-FAILED.
REQUEST: #<NORTH:REQUEST {1004A72FD3}>
BODY: "{\"errors\":[{\"code\":32,\"message\":\"Could not authenticate you.\"}]}"
STATUS-CODE: 401
HEADERS:
A proper list:
0: (:DATE . "Fri, 02 Aug 2024 15:02:11 GMT")
1: (:PERF . "7402827104")
2: (:PRAGMA . "no-cache")
3: (:SERVER . "tsa_p")
4: (:STATUS . "401 Unauthorized")
5: (:EXPIRES . "Tue, 31 Mar 1981 05:00:00 GMT")
6: (:SET-COOKIE ..)
7: (:CONTENT-TYPE . "application/json; charset=utf-8")
8: (:CACHE-CONTROL . "no-cache, no-store, must-revalidate, pre-check=0, post-check=0")
9: (:LAST-MODIFIED . "Fri, 02 Aug 2024 15:02:11 GMT")
10: (:X-TRANSACTION . "c8c1c054ce0eb7cf")
11: (:CONTENT-LENGTH . "64")
12: (:X-FRAME-OPTIONS . "SAMEORIGIN")
13: (:WWW-AUTHENTICATE . "OAuth realm=\"https://api.twitter.com\", api_error_code=32")
14: (:X-TRANSACTION-ID . "c8c1c054ce0eb7cf")
15: (:X-XSS-PROTECTION . "0")
16: (:CONTENT-DISPOSITION . "attachment; filename=json.json")
17: (:X-CONTENT-TYPE-OPTIONS . "nosniff")
18: (:X-TWITTER-RESPONSE-TAGS . "BouncerCompliant")
19: (:STRICT-TRANSPORT-SECURITY . "max-age=631138519")
20: (:X-RESPONSE-TIME . "6")
21: (:X-CONNECTION-HASH . "9694ebf267a63a404a81828bc97de887d902a0474431ea80d1854967e0ffc236")
22: (:CONNECTION . "close")

I'll do some poking at it as I have time.

Shinmera commented 1 month ago

Twitter is about the last thing I care to support at this point