获取帐户用户 ID FBML

发布于 2024-09-08 16:36:32 字数 75 浏览 3 评论 0原文

我是 facebook 应用程序制作的新手,我只是想知道如何获取启用该应用程序的用户(使用它的用户)的用户 ID。

谢谢

I'm new to the facebook app making and I'm just wondering how I can get the user who enabled the app (the one using it)'s user id.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

迎风吟唱 2024-09-15 16:36:32

像这样:

$facebook = new Facebook('API', 'SECRET');
echo $facebook->user;

Like this:

$facebook = new Facebook('API', 'SECRET');
echo $facebook->user;
眼眸里的那抹悲凉 2024-09-15 16:36:32

新的 PHP SDK 可在此处获取:http://github.com/facebook/php-sdk。它有一个示例,展示了如何获取用户 ID 和个人资料: http://github.com/facebook/php-sdk/blob/master/examples/example.php

The new PHP SDK is available here: http://github.com/facebook/php-sdk. It has an example that shows how to get the user id and profile: http://github.com/facebook/php-sdk/blob/master/examples/example.php.

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