How to create a Callback URL in Heroku?

我是研究僧i 提交于 2020-12-15 01:42:44

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!