实施“邀请好友”特征?

发布于 2024-11-27 09:39:53 字数 258 浏览 1 评论 0原文

  • 我正在使用 Play Framework 并希望在用户注册时实现“邀请好友” 功能。我该如何实施?

  • 例如两个用户A & B 邀请他们的共同朋友 C,现在 C 在 A 的邀请下加入,我怎么知道后台它必须与 A 相关联而不是与 A 相关联 B 他什么时候加入应用程序?

谢谢

  • I am using Play Framework and want to implement "Invite Friends" feature when user signs up. How do I implement that?

  • for example two users A & B invite their mutual friend C, now C joins with the invitation of A, how do I know at the backed that it has to be associated to A and NOT B when he joins the application?

Thank you

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

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

发布评论

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

评论(1

对岸观火 2024-12-04 09:39:53

我没有使用 Play Framework 的经验,但尝试在每个邀请中发送唯一的 ID。然后,当“C”加入时,您检查他加入时遵循的 ID。这样您就可以记入与该 ID 关联的人。

I have no experience with Play Framework but try sending an unique ID in each invitation. Then when 'C' joins, you check which ID he followed onto joining. That way you can credit the person with whom that ID was associated.

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