App registration
Hello good day, i no have clear the idea of Register URL.
In Register Aplication you are asking me Redirect URL, i am developing index.html with local server http://127.0.0.1:5500/proy5/ but this no acept.
with:
code error: InputValidationFailed
redirect_uri: String does not match '^[a-z][a-z0-9.+-]/[0-9a-zA-Z.-]+[\%\/\w .-]$'
Please could guide me in creating the app_id ?
thanks
Comments
@RenatoM unless you are using OAuth then the redirect URL wont be used so you can just replace that with the address of your main website or if you don't have one yet add a dummy address and update it later.