-
-
Notifications
You must be signed in to change notification settings - Fork 58
Obtaining Tokens (As of 25 05 2024)
⚠️ Although I have tested this locally, I can't guarantee the method will last as Ford are consistently making changes!
This requires the 1.70 branch, as this has not been fully detected you will need to manually grab the files to test
Step1: Enter your Fordpass username and choose the region you are from
Step2: Copy the URL that has been generated and visit it in your browser. Ensure you have Developer tools enabled before pressing "log in" as you will be required to capture a header once logged in!
❗ The website will not load, it will continue to spin. At this point you are able to obtain the code by using the browser tools.
Once Logged in go to the Network tab of the web console and view the headers section. You are looking for the contents of the "Location Header" as shown in the pic below (Make sure you copy the raw output and not the wrapped text)
It should look similar to below starting with fordapp:///:
fordapp://userauthorized/?code=eyJraWQiOiItSm9pdi1OX1ktUWNsa***************************
Ensure you capture the entire string and enter it into the text box.
Step3: Once you've entered the token, the integration should go off and get you a new set of tokens and then ask what vehicles you want to add.