Twitter 应用程序与 codeigniter

发布于 2024-12-12 21:01:31 字数 406 浏览 0 评论 0原文

可能的重复:
最佳实践 - 是否存储 Twitter 凭据?

Web 应用程序有很多 twitter 集成,并使用 Elliott Haulighin 的 twitter 库作为 codeigniter。 我是 Twitter API 的新手,我的应用程序应该能够更新用户的 Twitter 状态,但我面临的困境是存储用户的 Twitter 授权,以便他们在重新访问该网站时不必重新授权我的 Twitter 应用程序。 我想知道是否可以将授权存储在数据库表上

Possible Duplicate:
Best practices - store Twitter credentials or not?

Am working on an a web app that has alot of twitter integration,and using Elliott Haulighin's twitter library for codeigniter.
Am new to to the twitter API, my app is supposed to able to update users twitter status but the dilemma am facing is storing the user's twitter authorization so they not have to reauthorize the my twitter app when they revisit the site.
I was wondering if its possible to store the authorizations on a database table

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我还不会笑 2024-12-19 21:01:31

Elliot 的库测试控制器,他指出您可以将令牌保存在数据库中:

// These can be saved in a db alongside a user record
// if you already have your own auth system.

On lines 39 and 40 of Elliot's library test controller, he states that you can save the tokens in a database:

// These can be saved in a db alongside a user record
// if you already have your own auth system.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文