Thank you so much Mohit, the problem now is that I try to add a valid JSON for my redirect uris, but it does not allow me to add it, taking me to an error page.
The JSON I try to add is like this:
**[
"http://[my_domain]/aboard/getloginstatus",
"http://[my_domain]/getloginstatus",
"http://[my_domain]/aboard/getuserinfo",
"http://[my_domain]/getuserinfo"
]**
Anything am I doing wrong?
Thank you so much.