如何在FB中进行Facebook应用程序设置和多个邀请好友请求
使用 C#(asp.net),我希望开发一个 Facebook 应用程序,我在我的 Facebook 应用程序中进行了一些设置,但无法重定向到我的网站页面。
以下是设置:-
App ID/API Key =XXXX
App Secret =XXXX
Site URL=http://localhost:1045/
Canvas URL=http://apps.facebook.com/XXXXXX/
Secure Canvas URL :- https://apps.facebook.com/kuwaitsoccer/
Canvas FBML/iframe :-iframe`enter code here`
Sandbox Mode :-Sandbox Mode
Contact Email =XXXX
Support Email=XXX
请指导我错过了哪些设置,导致我无法呈现我的应用程序。未找到对页错误。
另请指导我如何在 iframe 中添加创建“多好友”邀请功能。
Working with C#(asp.net), m looking to develop to a fb application,i have made some setting in my fb apps but unable to redirect to my website page.
Here are the settting :-
App ID/API Key =XXXX
App Secret =XXXX
Site URL=http://localhost:1045/
Canvas URL=http://apps.facebook.com/XXXXXX/
Secure Canvas URL :- https://apps.facebook.com/kuwaitsoccer/
Canvas FBML/iframe :-iframe`enter code here`
Sandbox Mode :-Sandbox Mode
Contact Email =XXXX
Support Email=XXX
Please guide me what setting i have missed such that I'm unable to render my application. Facing page not found error.
Also please guide me how to add create "multi friend" invitation feature in iframe.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查以下内容
使用 fbintegration 检查应用程序是否在 Facbook ie 之外运行。
将 Canvas url 更改为您的域(http://localhost:xxx/)
在应用程序设置下授予访问权限令牌并重试。
check the follwing
Check application is running outside Facbook i.e., with fbintegration.
Change the Canvas url to your domain(http://localhost:xxx/)
Under App settings you grant access token and retry.