How to verify the user using Nextdoor
-
Apply for developer token using the Share API flow. Please specify "Publish API" and provide Company Logo and Redirect URI
-
Redirect the user you want to verify to Nextdoor website. see Get authorization code please specify
profile
in your scope parameter. -
-
The user need to login or sign up with Nextdoor, then they will be prompted with authorization prompt.
-
The user says Yes, then Nextdoor will redirect the user back to your 'redirect uri' with the authorization_code.
-
-
In your backend code, exchange authorization_code with access_token reference
-
-
Use /me or /me/profiles to fetch user's info, including
verified
neighborhood_name``neighborhood_url``city_name``business_name
-
Updated 7 months ago