喜欢页面、订阅新闻通讯和问题

发布于 2024-12-02 09:38:14 字数 492 浏览 3 评论 0原文

第一次使用 Facebook 开发人员,因此希望得到一些指导。得到了一个非常简短的规格:

要求是在粉丝必须提供电子邮件的地方运行它(这样我们就可以 联系获奖者)并选择订阅时事通讯并注册,并且还必须 FB 喜欢VF就可以参加抽奖。会有选项可供选择 从。他们选择一个,并且不能多次投票。

所以我正在考虑一个 Facebook 应用程序,它作为 Facebook 页面上的一个选项卡。如果用户尚未“喜欢”该页面,系统会鼓励他们“喜欢”该页面才能继续。

如果喜欢,他们可以选择加入我们的时事通讯。他们还可以用一个答案回答一个问题。当他们提交后,他们将参加比赛。

如果他们选择“正确”的选项,我们将向他们发送一封电子邮件告知他们这一点。

- 这听起来相当简单吗?是否有任何可以提供帮助的指南、示例或教程?我是否以正确的方式处理这件事?

预先非常感谢,

JJ

first time Facebook developer so was hoping for some guidance. Been given a very brief spec:

Requirement is to run it where fans have to give email (so that we can
contact winners) with opt in for newsletter sign up and also must FB
like VF to be entered into prize draw. There will be options to choose
from. They choose one and can't vote more than once.

So I'm thinking about a Facebook application that sits as a tab on the facebook page. If the user hasn't "Liked" the page, they'll be encouraged to "Like" the page in order to proceed.

If it's liked, they'll have an option to opt into our newsletter. They will also be allowed to answer one question with one answer. When they submit it, they will then be entered into a competition.

If they pick the "right" option, we will send them an email telling them so.

Right - does this sound fairly straightforward? Are there any guides, examples or tutorials that could help? Am I going about it in the right way?

Many thanks in advance,

JJ

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

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

发布评论

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

评论(2

小瓶盖 2024-12-09 09:38:14

这听起来非常简单,而且您正在以正确的方式进行操作。

最好的教程和示例可能可以在 Facebook 开发人员文档和 PHP SDK (http://github.com/facebook/php-sdk/) 中的示例文件中找到

。页面或不检查 Facebook 传递到您的应用程序选项卡的签名请求。它包含此信息以及更多有用的信息 http://developers.facebook.com/docs/authentication /签名请求/

That sounds very straightforward and you are going about it in the right way.

The best tutorials and examples can probably be found in the Facebook Developers documentation and in the example files within the PHP SDK (http://github.com/facebook/php-sdk/)

To find out if the current viewing user has liked the page or not check out the signed request that Facebook passes to your app tab. It contains this and a lot more useful information http://developers.facebook.com/docs/authentication/signed_request/

债姬 2024-12-09 09:38:14

你所看到的几乎就是大多数公司如何推动 Facebook 的发展。他们通过强迫用户在获得他们的好东西之前Like页面来增加Like计数。互联网上有很多关于如何创建一个页面来检查用户是否喜欢该页面的示例。由于您没有说明将使用哪种编程语言来解决这个问题,因此很难为您指明正确的方向。

What you have is pretty much how the majority of companies are pushing forward with Facebook. They are driving up the Like count by forcing users to Like the page before getting to their goodies. There are lots of examples on the internet as to how to create a page which checks if the user likes the page. As you've not stated what programming language you are going to be tackling this in, it is going to be hard to point you in the right direction.

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