In the callbackURLScheme scheme of the ASWebAuthenticationSession If a custom scheme is not available

I am currently implementing an authentication function using ASWebAuthenticationSession to log in with my Instagram account.

I set a custom scheme for the callbackURLScheme, but In the Instagram redirect URL I was told I can't use a custom scheme.

What should I do with the callbackURLScheme of the ASWebAuthenticationSession in this case?

Answered by MizuharaItsuki in 808901022

Eventually, build the back end, Once you get the token, you can send it from the backend to the mobile backend to mobile.

Accepted Answer

Eventually, build the back end, Once you get the token, you can send it from the backend to the mobile backend to mobile.

In the callbackURLScheme scheme of the ASWebAuthenticationSession If a custom scheme is not available
 
 
Q