Graph API 中返回的信息不完整
我正在尝试获取我喜欢的朋友页面上特定帖子的网址。 帖子应该由 3d 用户(没有朋友页面)通过以下步骤进行:
- 将一些 url 放到 Facebook 打开页面的消息中(例如 https://developers.facebook.com/tools/explorer/ )
- 等待 url 数据已加载到消息
- 仅从帖子中删除网址,应显示所有加载的数据!
- 写一些文字,例如“消息”
我喜欢朋友墙上的这条消息。 我已经使用 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:
- Put to message some url to facebook open page (e.g.
https://developers.facebook.com/tools/explorer/ ) - Wait while url data is loaded to message
- Remove only url from post, all loaded data should be presented!
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论