I made authorization with instagram in safari then opens my redirect-URL: “https://badyi.github.io + code “. I need to grab redirect-URL. What is url-scheme here? What is identifier? What i have to put in info: URL-types?
I know about canOpenUrl method, but idk what to put in info
For example: bundleID: 999 clientID: G0G Secret: 666W redirect_URL : https://badyi.github.io
Upd: I use oauth2 to use instagram profile data in my ios app. what I got: 1) the application opens 2) by clicking on the button, opening the safari with the authorization page 3) after logging in, redirect_url opens in safari
I expect that after 3 steps I will be transferred to my application and I will be able to handle my redirect url