Twitter oauth_callback parameter being ignored!

后端 未结 3 1558
没有蜡笔的小新
没有蜡笔的小新 2021-01-02 10:41

I\'m trying to get Twitter authentication working on my ASP.NET site. When you create the app on the Twitter website, you have to specify a callback URL, which for sake of a

3条回答
  •  孤城傲影
    2021-01-02 11:29

    I've used this guide to set up my PC to be used as the callback location. Basically you set up your hosts file in a certain way, clear your cache and add a couple of Firefox registry values. At the end when you are debugging an oauth call the redirect comes back to your local PC.

    As I said it worked for me.

提交回复
热议问题