如何从外部网站安装 Facebook 应用程序?
我正在计划一个基于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的你是对的。
当用户单击安装按钮时,将页面重定向到:
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