Install private app

Hi there!

I added a private app and clicked install - it takes me to the correct URL but nothing happens. The app is still missing from the account.
I have a hunch that I need to use auth code and somehow approve installation, but it’s not clear from documentation. Maybe get access token and redirect back to marketplace app settings - but it’s totally unclear from docs, I just have these ideas bcs some topics on forum.

My app is a simple iframe with URL and I don’t need to use client tokens for any of the actions.

Hello @incorra ,
As stated in the documentation, for each application type to be installed, you need to obtain an oauth code using the token that comes to the address you specified when the installation is approved. After the server sends these to you, the application will appear to be successfully installed.

1 Like

This topic was automatically closed after 60 days. New replies are no longer allowed.