Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Custom url callback scheme

I found that the Callback URL becomes required in "Edit the Application", (I remember it used to be optional.) and the redirect_uri I specify for OAuth 2 need to match this URL. Will the old OAuth 1 also be affected by this change?

Best Answer
0 Votes
1 REPLY 1

OAuth 1.0a allows your application to specify a callback URI as part of the start of the authorization process.

 

OAuth 2.0 requires the redirect URI be specified separately from the authorization process, as there is no pre-authorization request.

 

The OAuth 2.0 requirement will not affect your OAuth 1.0a application unless your application does not specify a callback URI with OAuth 1.0a and relies on the URI being specified in your application settings. In that case, just be sure to leave your OAuth 1.0a callback URI as the first URI listed.

Best Answer