How to construct a Facebook post URL from the post id? [duplicate]

微笑、不失礼 提交于 2019-12-03 11:28:31
serg

Following FQL:

SELECT permalink
FROM stream
WHERE post_id="45430244790_127287890653212"

would return:

[
  {
    "permalink": "http://www.facebook.com/posted.php?id=45430244790&share_id=127287890653212&comments=1#s127287890653212"
  }
]
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!