如何从外部网站安装 Facebook 应用程序?

发布于 2024-11-09 11:00:27 字数 452 浏览 0 评论 0原文

我正在计划一个基于 Facebook 应用程序的新项目。

用户将访问一个网站进行注册并设置他们的偏好。

然后他们需要将该应用程序安装到他们的粉丝页面,并且它会在他们设置时显示。

我知道可以实现一个“按钮”(或链接),当用户单击该按钮时,会将用户带到 Facebook 页面,让他们选择想要安装应用程序的页面。 (例如:3:24 http://vimeo.com/17182109

执行此操作的过程是什么?有 Facebook API 吗?它只是像 http://facebook.com/add?appid=0123456789 这样的链接吗?

谢谢 柔佛州

I'm planning a new project which is based on a Facebook app.

Users would come to a website to register and set their preferences up.

Then they'd need to install the app to their fan page and it would show as they set it up.

I know it is possible to implement a "button" (or link) which, when clicked, take the user to a facebook page that let them choose the page they want the app to be installed on. (Exemple : here at 3:24 http://vimeo.com/17182109)

What the process to do that ? Is there a Facebook API ? Is it simply a link like http://facebook.com/add?appid=0123456789 ?

Thanks
JB

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

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

发布评论

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

评论(1

青瓷清茶倾城歌 2024-11-16 11:00:27

是的你是对的。

当用户单击安装按钮时,将页面重定向到:
http://www.facebook.com/add.php?api_key="your_api_key "&pages

请参阅此了解更多详细信息。

http://facebookappsnotes.blogspot.com /2011/09/how-do-facebook-page-owners-can-install.html

Yes, you are right.

When user clicks on install button, redirect page to :
http://www.facebook.com/add.php?api_key="your_api_key"&pages

Refer to this for more details.

http://facebookappsnotes.blogspot.com/2011/09/how-do-facebook-page-owners-can-install.html

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