Yup, it just broke for me as well.
The fix is using a community app (which you can change the code for). I used Life360+.
There are two things to change:
- The URL (line 175) to
def url = "https://api-cloudfront.life360.com:443/v3/oauth2/token.json" - The Authorization header (line 184) to
httpPost(uri: url, body: postBody, headers: ["Authorization": "Basic Y2F0aGFwYWNyQVBoZUtVc3RlOGV2ZXZldnVjSGFmZVRydVl1ZnJhYzpkOEM5ZVlVdkE2dUZ1YnJ1SmVnZXRyZVZ1dFJlQ1JVWQ==" ]) {response ->
That should fix it for now.