上传时如何获取 Facebook 帖子 id?

发布于 2024-12-11 12:07:19 字数 319 浏览 0 评论 0原文

我创建了一个自定义桌面应用程序 (Adobe AIR),允许用户将视频和图片上传到他们的墙上。事实证明,我必须控制由我的应用程序创建的这些帖子。我读到您使用 graph api 发布的所有内容都有一个帖子 ID: http://developers.facebook.com/docs/reference/api/post/

我想知道如何检索此 ID,以便稍后可以使用 FQL 跟踪某些统计信息。有谁知道这是如何做到的?

I have created a custom desktop app (Adobe AIR) that allows users to upload videos and pictures to their wall. As it turns out, I have to have control of these posts that get created by my app. I've read that everything you post using graph api has a post id:
http://developers.facebook.com/docs/reference/api/post/

I would like to know how can I retrieve this id so I can keep track of certain statistics later with FQL. Does anyone know how this is done?

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

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

发布评论

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

评论(2

缺⑴份安定 2024-12-18 12:07:19

创建帖子或将照片上传到 Facebook 时,Facebook 将返回新创建对象的 ID。您需要做的是获取您发送的 POST 请求的响应。

这应该有帮助 https://developers.facebook.com/blog/post/498/

如果您了解 C#.Net 编码,我将为您提供实现它的示例代码。

如果您需要更多帮助,请回来。

While creating a post or uploading a photo to Facebook, the id of the newly created object is returned by Facebook. What you need to do is to fetch the response of the POST request you sent.

This should help https://developers.facebook.com/blog/post/498/

If you know C#.Net coding i shall provide you sample code for implementing it.

Get back if you need more help.

樱娆 2024-12-18 12:07:19

当您按帖子头部的时间戳时,您将看到一个包含该帖子的页面,仅在地址栏中显示其链接,您还可以在其中看到帖子 ID。
这就是我一直在寻找的东西,并且是我自己发现的......
希望它也对你有帮助。

When you press on the timestamp in the head of the post you'll get a page with the post only with it's link in the adress bar, there you can also see the post ID.
That was what I've been looking for, and found out by myself...
Hope it helped you too.

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