Facebook Graph API 不返回事件的最新图片

发布于 2024-12-02 02:52:04 字数 721 浏览 0 评论 0原文

很确定这是一个缓存(服务器端而不是客户端)问题,但不知道如何解决。

当我尝试获取图像时,某些事件仅返回正常的“问号”静态图像(即没有图像)。

但当我在 Facebook 上查看实际情况时,我可以看到图片。

这是在服务器端,因为它的 python 脚本通过调用 urllib2.urlopen 获取图像。

例如:

http://graph.facebook.com/103299156441265/?fields= picture&type=large

返回

{
   "picture": "http://static.ak.fbcdn.net/rsrc.php/v1/yA/r/gPCjrIGykBe.gif"
}

(这是静态问题标记图像),

但在真实事件页面上:

http://www.facebook.com/event.php?eid=103299156441265

我可以看到图片了吗?

任何帮助将不胜感激。

Pretty sure this is a caching (server side not client) issue but no idea how to resolve.

Some events when I try and get the image just return the normal "question mark" static image (i.e. no image).

But when I check on facebook actual i can see the picture.

This is on the server side as its my python scripts that are getting the image via a call to urllib2.urlopen.

For Example:

http://graph.facebook.com/103299156441265/?fields=picture&type=large

returns

{
   "picture": "http://static.ak.fbcdn.net/rsrc.php/v1/yA/r/gPCjrIGykBe.gif"
}

(which is the static quesitonmark image)

but on the real event page:

http://www.facebook.com/event.php?eid=103299156441265

I can see the image?

Any help would be appreciated.

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

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

发布评论

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

评论(1

黑色毁心梦 2024-12-09 02:52:04

I think the picture does not appear because the event's information is not accessible through the Graph API. Looking at the event page, it seems to have been created for a non-public group. I think it is likely that you need to be a member of the group in order to access information about its events through the Graph API.

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