-
Notifications
You must be signed in to change notification settings - Fork 20
Description
"Settings" --> "Login" is trying to load https://auth-client.getpebble.com/en_US/
The rebble.io server has an option to login by an auth token which can be obtained by logging in to https://boot.rebble.io from an android device and copying the link named "SWITCH TO REBBLE" the structure of this link is:
pebble://custom-boot-config-url/https%3A%2F%2Fboot.rebble.io%2Fapi%2Fstage2%2F%3Faccess_token%3D[30alphanumerics]%26t%3D[10digits]
the link intended for android pebble app appears to be:
https://boot.rebble.io/api/stage2/?access_token=[30alphanumerics]&t=[10digits]
When requesting this link from my Sailfish device webbrowser, a page is returned with the text: "Please be more specific."
Would there be any way to trick Rockpool to login by manually modifying the link? or would it be necessary to consult the rebble devs?