What to do with twitter oauth token once retrieved?

后端 未结 2 657
悲哀的现实
悲哀的现实 2021-02-04 05:48

I\'m writing a web app that will use twitter as its primary log on method. I\'ve written code which gets the oauth token back from Twitter. My plan is now to

  1. Find
2条回答
  •  梦毁少年i
    2021-02-04 06:28

    Could you not just save the oauth_token as cookies instead of the GUID and do the user based lookup on the oauth_token or is that bad practice?

提交回复
热议问题