Graph API 中返回的信息不完整

发布于 2024-12-10 21:34:36 字数 572 浏览 0 评论 0原文

我正在尝试获取我喜欢的朋友页面上特定帖子的网址。 帖子应该由 3d 用户(没有朋友页面)通过以下步骤进行:

  1. 将一些 url 放到 Facebook 打开页面的消息中(例如 https://developers.facebook.com/tools/explorer/ )
  2. 等待 url 数据已加载到消息
  3. 仅从帖子中删除网址,应显示所有加载的数据!
  4. 写一些文字,例如“消息”

我喜欢朋友墙上的这条消息。 我已经使用 fql.query 请求获取了它的 id,

select id, type from object_url where id in (select object_id from like where user_id = <your_id>)

但是当我使用 graph api 或 fql.query 通过此 id 选择数据时,我无法从这些帖子中获取 url! !

I am trying to get the url for specific post on friends page that I liked.
Post should be made by 3d user no friends page by these steps:

  1. Put to message some url to facebook open page (e.g.
    https://developers.facebook.com/tools/explorer/ )
  2. Wait while url data is loaded to message
  3. Remove only url from post, all loaded data should be presented!
  4. Write some text, e.g. "message"

I liked that message on friend's wall.
I've got it's id using fql.query request

select id, type from object_url where id in (select object_id from like where user_id = <your_id>)

But when I select data by this id using graph api or fql.query, i can't get the url from these post! !

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文