问题
I am trying to create an Authorization Callback URL (OAuth) in Heroku for a Webhook. Everything works fine for the old app, but I am trying to do this for a new app now.
I need to have a Callback URL like this: https://oauthswift.herokuapp.com/callback/{app-name2}
I've created a Heroku account, but I don't know how to go from there.
I believe I've got all info needed:
- Consumer Key: 4H34KJH3J4H3KJ4
- Consumer Secret: i45i4jk5jh5hg3hb4df9jsdf34g
- Authorize Url: https://login.serviceiamusing.com/authorize/
- Access Token Url: https://login.serviceiamusing.com/oauth/token
The callback doesn't need to be created in Heroku though, if someone knows a better way to create the URL please let me know. Any guidance/walkthru/webcast/link will be much appreciated.
来源:https://stackoverflow.com/questions/65208762/how-to-create-a-callback-url-in-heroku