Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 rails 制作一个 Instagram 应用程序。是否可以在我的数据库中保存某种“令牌”或“ID”,可用于自动验证用户身份并允许应用程序访问用户的个人资料数据、图像等,而无需要求用户输入一次又一次的登录详细信息/身份验证。如果可能,请告诉我如何做到这一点。
提前致谢!:)
是的,可以获得令牌。查看有关身份验证的文档,它非常全面。
http://instagram.com/developer/authentication/