Can you run in localhost an app that use Twitter OAuth?

后端 未结 5 1798
滥情空心
滥情空心 2021-02-13 02:50

When you edit your app settings at Twitter.com, you can asked for a return url, but you can set it to localhost/return. Can you?

I think this is useful in developing tim

5条回答
  •  既然无缘
    2021-02-13 03:44

    Add oauth_callback=http://localhost/return as a parameter when you get request_tokens.

提交回复
热议问题