Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Using fql get page_story_id(Please refer to <a href="https://developers.facebook.com/docs/reference/fql/photo" rel="noreferrer">https://developers.facebook.com/docs/reference/fql/photo</a>):</p> <p><img src="https://i.stack.imgur.com/8D4yx.png" alt="enter image description here"></p> <p>Retrieve the page_story_id details: <img src="https://i.stack.imgur.com/DOF43.png" alt="enter image description here"></p> <p>Access the exact page at www base facebook using this page_story_id(replace underscore with "<strong>/posts/</strong>"): <img src="https://i.stack.imgur.com/5eaYt.png" alt="enter image description here"></p> <p>The post_id can get via <a href="https://graph.facebook.com/420619404634864/feed" rel="noreferrer">https://graph.facebook.com/420619404634864/feed</a> too: <img src="https://i.stack.imgur.com/5ByUz.png" alt="enter image description here"></p> <p>Or fql:</p> <p><img src="https://i.stack.imgur.com/pJH3A.png" alt="enter image description here"></p> <p>Updates:</p> <p>For video, it is easier compare with photo type to find post_id from object_id. As you can see on the screenshot, concate page id "155483697799865" and object id "4320084459885" with underscore is equal to post_id "155483697799865_4320084459885": <img src="https://i.stack.imgur.com/dVZBo.png" alt="enter image description here"></p> <p>Let's visit the story page using these post_id(Again, replace underscore with "<strong>/posts/</strong>"): <img src="https://i.stack.imgur.com/TD0x1.png" alt="enter image description here"></p> <p>To be clarify, what i answer is get original post_id for this object id, not post_id of share status. </p> <p>For example, i share a video from coca-cola fan page, the object id 12345 get from "me/feed" is same with object id 12345 get from "coca-cola/feed", which point to the same video. However, the post_id is different. My answer is help you to find out original story post_id (coca-cola upload a video), not the shared post_id(xxx Shared coca-cola's video)</p> <p>Cheers</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload