哪里可以找到appid
我注册了我的网站,希望能够在我的网站上启用 facebook 登录脚本,但注册后我被直接发送到 webapps 页面。在网站部分的身份验证部分下,它说我在填写表格时需要我的 appid。但它没有说我在哪里可以找到我的 appid。我好像找不到啊我应该创建一个新应用程序吗?
I registered my website in hopes to enable the facebook login script on my site, but after registration i was sent directly to the webapps page. Under the authentification section of the websites section it says I'll need my appid when filling out the form. But it doesn't say where I'm to find my appid. I can't seem to find it. Am I suppose to create a new app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须首先在 http://www.facebook.com/developers/createapp 注册 Facebook 应用程序。 php.创建应用程序后,您将拥有一个应用程序页面:
http://www.facebook.com/apps/application.php?id=12345
。 12345 处的数字是您的应用程序 ID。You must first register for a Facebook application at http://www.facebook.com/developers/createapp.php. Once you have created an application, you will have an application page:
http://www.facebook.com/apps/application.php?id=12345
. The number is place of 12345 is your application's ID.