Anybody knows how to create redirect uri to AppGyver apps? I am planning to use OAuth2 in my apps
1 Like
This thread might be interesting to you.
I’d like to be able to add a feature to my app where a person clicks an external link and it takes them to a specific page within the app.
I believe that this is called deep linking.
One of the ideas that I have is to send a code as a link to allow people to join a group within my app.
It gets complicated because they may or may not have the app installed.
So the process goes something like this …
Send a link to someone’s email
User clicks the link
If they have the app installed on their d…
@Oli_Clark Thank you for the link.
Does it mean, domain name in build service is the redirect uri?
I’m afraid I’ve not done it myself and don’t really understand the ins and outs - but I was just reading the thread i linked to (because I wan’t to implement that functionality at some point) and though it might be interesting to you too.
Thanks @Oli_Clark . Appreaciated it.
Hello Amir. Did you manage to make it work?