App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
When we clicks the "install app" install button on the development store, they're redirected to our app's server. The authorization_code is missing form passed in the redirect.
Without authorization_code we can’t exchange the authorization code from the confirmation redirect for an access token.so I don't know how I can do that.
Thank you for helping me
Hi;
You have to do this request to get "code":
When a user installs your app, first request is not include code. You have to build and redirect to this url to get code.