let oauthVC = CLOAuthViewController(baseURL: instagram_api,
clientId: instagram_clientId,
clientSecret: instagram_clientSecret,
scopes: instagram_scopes,
redirectUri: "your redirect uri")