Twitter oAuth callbackUrl - localhost development

后端 未结 17 1380
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-27 10:21

Is anyone else having a difficult time getting Twitters oAuth\'s callback URL to hit their localhost development environment. Apparently it has been disabled recently. http:

17条回答
  •  失恋的感觉
    2020-11-27 11:09

    Just put http://127.0.0.1:xxxx/ as the callback url, where xxxx is the port for your framework

提交回复
热议问题