开放图谱 API - Github PHP 类

发布于 2024-09-02 11:24:48 字数 243 浏览 2 评论 0原文

我已经从 github 下载了 PHP 类,它是他们的 Open Graph API 的包装器。我可以登录并列出朋友和图像等。但我真正遇到的问题是允许扩展权限以允许发布到用户墙。

我知道在某个地方我需要添加 scope=publish_stream 来允许此选项,并且只能假设它位于 getLoginUrl 方法上,但我接下来要知道它的乐趣。

谁能帮助我。

史蒂夫

I have downloaded the PHP class from github which is the wrapper for their Open Graph API. I can log in and list freinds and images etc. But what I am really struggling with is allowing for extended permissions to allow posting to a users wall.

I know somewhere I need to add scope=publish_stream to allow this option and can only assume it is on the getLoginUrl method but I am having next to know joy with it.

Can anyone help me.

Steve

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

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

发布评论

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

评论(1

酷炫老祖宗 2024-09-09 11:24:48
$loginUrl = $facebook->getLoginUrl(array('req_perms'=>'publish_stream'));
$loginUrl = $facebook->getLoginUrl(array('req_perms'=>'publish_stream'));
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文