获取帐户用户 ID FBML
我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
像这样:
Like this:
新的 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.