脸书被点燃
在welcome_view.php 中,即使我已经登录Facebook,我也无法查看我的名字。
这是我的设置:
config/fb_ignited.php
$config['fb_appid'] = 'myid';
$config['fb_secret'] = 'mysecret';
$config['fb_canvas'] = 'dean_test';
$config['fb_apptype'] = 'connect';
$config['fb_auth'] = '';
现在在我的 dev.facebook 设置上
App Display Name:Dean Mobile Application
App Namespace:dean_test
Website
Site URL: mydomain.com/dean_test/
据说当我当前登录时,它应该显示:欢迎 Dean,到 Facebook Ignited 但它向我显示:欢迎,到 Facebook Ignited
In the welcome_view.php I can’t view my name even though I’m already logged in Facebook.
this is my setup:
config/fb_ignited.php
$config['fb_appid'] = 'myid';
$config['fb_secret'] = 'mysecret';
$config['fb_canvas'] = 'dean_test';
$config['fb_apptype'] = 'connect';
$config['fb_auth'] = '';
now on my dev.facebook setup
App Display Name:Dean Mobile Application
App Namespace:dean_test
Website
Site URL: mydomain.com/dean_test/
Supposedly when Im currently logged in it should show: Welcome Dean, to Facebook Ignited but it show me: Welcome, to Facebook Ignited
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在我的 fb_canvas 中我写了站点 URL,尝试:
in my fb_canvas I wrote the Site URL, try:
根据我在 Facebook Ignited GitHub 的项目中更新的配置文件,您会发现一个新的那里的评论显示了 iframe 的示例并连接如下:
如果您使用 iframe 应用程序,则只需要命名空间。如果您使用连接,则只需要地址中
http(s)://
后面的所有内容。As according to the updated config file within my project at the Facebook Ignited GitHub you will find a new comment there that shows examples for the iframe and connect as below:
You only need the namespace if you are using an iframe app. If you are using connect you will just need everything after
http(s)://
from the address.