Twitter 应用程序与 codeigniter
可能的重复:
最佳实践 - 是否存储 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Elliot 的库测试控制器,他指出您可以将令牌保存在数据库中:
On lines 39 and 40 of Elliot's library test controller, he states that you can save the tokens in a database: