Facebook 应用程序和 Cookie

发布于 2024-09-30 16:38:52 字数 76 浏览 4 评论 0原文

使用 FBJS 编写的 Facebook 应用程序是否需要访问 cookie?举例来说,我的应用程序只是将登录用户的朋友获取到一个数组中。

Do facebook applications written with the help of FBJS need access to cookies? Say for example, my application just gets the the friends of logged in user into an array.

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

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

发布评论

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

评论(1

若水般的淡然安静女子 2024-10-07 16:38:52

Facebook 应用程序是用
FBJS 的帮助需要访问
曲奇饼?比如说我的
应用程序只是获取朋友
将登录用户放入数组中。

你在那里不需要cookie。您可以将您想要的任何内容存储到会话中(用于临时存储)或使用数据库。在大多数情况下,合乎逻辑的做法是将用户存储到数据库中。

Do facebook applications written with
the help of FBJS need access to
cookies? Say for example, my
application just gets the the friends
of logged in user into an array.

You don't need cookies there. You can store whatever you want into the session (for temporary storage) or use a database instead. The logical move will be to store users into database in most cases.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文