I created my OAuth app, filled it out completely and activated it.
The only thing I did was not publish it on the marketplace.
Now if I try to log in from another account, I get an error.
I figured out that the app needs to be installed on the account before OAuth authorization. Later, I discovered the âforce_install_if_neededâ flag, which forces the installation during authorizationâthatâs exactly what I needed.
However, Iâve encountered a problem where even with this step, I canât install my app for the same reasons. Does this mean I should still submit my app to the marketplace even when using âforce_install_if_neededâ?
P.S. I enabled âShareâ in the settings and can share the installation link.