使用 Facebook Connect 的单页应用程序是否需要后端和数据库?
我想创建一个单页网站,该网站将使用 Facebook Connect 并允许我的朋友为即将举行的活动预订席位。我希望我的朋友使用 Facebook ID 支付(预订)一个位置,然后在预订的位置展示他们的 Facebook 照片。有点像 Meetup.com,当您回复时,除了它是一页网站和一次性活动。我可以仅使用前端技术来构建它还是需要后端?
I want to create a one page site that will use Facebook Connect and allow my friends to reserve a spot for an upcoming event. Using there Facebook ID I would like my friends to pay(reserve) a spot and then show their Facebook picture in the spot they reserved. Sort of like Meetup.com when you RSVP except its a one page site and for a one time event. Can I build this only using front-end technologies or do I need a backend?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案是是,您需要一个后端系统来存储付费注册者,打印出付费用户列表以确保他们已付款,存储用户 ID能够显示他们的图片等等。
The answer is yes, you will need a back end system to store the paid registrants, print out a list of paid users to have at the door of the event to make sure they paid, store the user id to be able to display their picture, etc. etc. etc.