I'm working on connecting Nest and SmartThings and I'm running into an issue with the redirect url for auth. SmartThings requires a redirect url that will be different for every user. But it appears the Nest API will only redirect back to exactly the URL provided in client settings. Am I missing something? I would rather not use pin auth as forcing users to remember the pin isn't ideal.
Related Questions in NEST-API
- Googler Nest API - Get Motion video clip from Resource Event - sdm.devices.events.CameraMotion.Motion
- When should I expect the device endpoint to return empty for traits?
- what is "Google resource picker" in google smart device manager (SDM) test cases
- Does anyone know how to put in a feature request to make the Nest humidity trait writable?
- Generate OfferSdp For Nest Battery Camera Version
- 500 Internal Error: Google Device Access API
- How to download `CameraClipPreview` from previewUrl
- google nest thermostat user and rate limits
- Nest Camera No longer Triggering
- Is there any way access Nest devices with a Google Workspace (G Suite) account?
- Unable to retrieve access- and refresh-token
- Google Smart Device API Oauth2 Refresh Token Expires
- Nest Thermostats Have disappeared from Google Smart Device Management API
- Google Nest Hello (doorstation) integration into IOS Homekit possible?
- How to resolve the following error message?
Related Questions in SMARTTHINGS
- Samsung smartthings OAuth2.0 Virtual Switch
- Use smart things SDK for our own custom android app and provision Samsung smart devices, ex- fridge etc (not using Samsung smart things app)
- How to get all locations connected to a SmartThings account using Python?
- Home Assistant - correct syntax for extracting variable
- Receiving error within Smartthings Device Handler
- how to detect if if a specific string in another groovy file has been modified
- What is Tuya expecting for the time header in API calls?
- Calling Functions in Flask
- Zigbee Cluster Library Commands to a SmartThings Hub
- Homebridge v2 devices not showing in Home app
- Need help understanding Smartthings REST API
- Can Bixby invoke an existing SmartThings automation?
- How classes for devices and sensors are implemented in Samsung SmartThings applications?
- Unable to discover devices in smartThings
- Can't implement OAuth for Samsung SmartThings Cloud-To-Cloud integration
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Nest does not support wildcard redirect URI's. It is expected that you run your own server to capture the response. (Which can then redirect to user or device specific services as needed)
The PIN flow only requires the user to enter the PIN number only once to pair, after that the client app can generate a token that is good for the life of that app. (For all practical purposes)