脸书被点燃

发布于 2024-12-13 16:46:23 字数 552 浏览 0 评论 0原文

在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 技术交流群。

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

发布评论

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

评论(2

很糊涂小朋友 2024-12-20 16:46:23

在我的 fb_canvas 中我写了站点 URL,尝试:

$config['fb_canvas'] = 'http://mydomain.com/dean_test/'

in my fb_canvas I wrote the Site URL, try:

$config['fb_canvas'] = 'http://mydomain.com/dean_test/'
世界如花海般美丽 2024-12-20 16:46:23

根据我在 Facebook Ignited GitHub 的项目中更新的配置文件,您会发现一个新的那里的评论显示了 iframe 的示例并连接如下:

/**
 * --- fb_canvas examples ---
 * iframe       your-facebook-namespace 
 * connect      www.your-connect-domain.com/subfolder/
 */

如果您使用 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:

/**
 * --- fb_canvas examples ---
 * iframe       your-facebook-namespace 
 * connect      www.your-connect-domain.com/subfolder/
 */

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.

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