Foursquare is not working: nothing is detected now.

pull/372/head
Christopher K. Hoadley 5 years ago
parent a573b4a6cc
commit 82760b7a74

@ -480,14 +480,6 @@
"username_claimed": "blue", "username_claimed": "blue",
"username_unclaimed": "xgtrq" "username_unclaimed": "xgtrq"
}, },
"Foursquare": {
"errorType": "status_code",
"rank": 1843,
"url": "https://foursquare.com/{}",
"urlMain": "https://foursquare.com/",
"username_claimed": "dens",
"username_unclaimed": "noonewouldeverusethis7"
},
"Giphy": { "Giphy": {
"errorType": "status_code", "errorType": "status_code",
"rank": 384, "rank": 384,

@ -47,6 +47,14 @@
"url": "https://fotolog.com/{}", "url": "https://fotolog.com/{}",
"urlMain": "https://fotolog.com/" "urlMain": "https://fotolog.com/"
}, },
"Foursquare": {
"errorType": "status_code",
"rank": 1843,
"url": "https://foursquare.com/{}",
"urlMain": "https://foursquare.com/",
"username_claimed": "dens",
"username_unclaimed": "noonewouldeverusethis7"
},
"Furaffinity": { "Furaffinity": {
"errorMsg": "Fatal system error", "errorMsg": "Fatal system error",
"errorType": "message", "errorType": "message",

@ -6,6 +6,21 @@ They are listed here in the hope that things may change in the future
so they may be re-included. so they may be re-included.
## Foursquare
Usernames that exist are not detected.
```
"Foursquare": {
"errorType": "status_code",
"rank": 1843,
"url": "https://foursquare.com/{}",
"urlMain": "https://foursquare.com/",
"username_claimed": "dens",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## Khan Academy ## Khan Academy
Usernames that don't exist are detected. First noticed 2019-10-25. Usernames that don't exist are detected. First noticed 2019-10-25.

Loading…
Cancel
Save