Best practices - store Twitter credentials or not?

前端 未结 4 1462
故里飘歌
故里飘歌 2020-12-19 20:55

I\'d like to be able to give my users the ability to display their recent tweets on their profile on my website.

I have a PHP twitter wrapper and understand how to m

4条回答
  •  一整个雨季
    2020-12-19 21:11

    Use OAuth, no need to ask users for their passwords:

    http://apiwiki.twitter.com/Authentication

    I think everyone would/should probably agree that storing the twitter usernames/passwords is bad, I can't believe they ever created a situation where you needed it.

提交回复
热议问题