Facebook graph api find post from object_id

Le Duy Khanh

Facebook Graph API v2.5 : How can I find the post with object_id? Say I create a video with video_id, when I want to delete the video, also want to delete the post attached to it, how can I do that? I am thinking of /me/posts endpoint, but i can't filter the result to narrow down the search.

Le Duy Khanh

For who is looking for answer, my solution is to wait for 5 sec (sleep) after you create the video object, look through user's posts and find the post that has that object_id = video_id. The solution is optimized if we can limit the posts to be latest 5 posts then look up on that set.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Facebook Graph API: Find graph object from post URL

From Dev

Facebook Graph API Object_id

From Dev

Facebook Graph API Object_id

From Dev

Facebook Graph API object_id missing sometimes

From Dev

Facebook-Graph-API get post by post id

From Dev

Facebook Graph API Post with a place

From Dev

Get public post from Facebook's Graph Search API

From Dev

Facebook Graph API. How to get comment from post

From Dev

How to delete post in facebook by id using php, graph API

From Dev

Facebook graph api images from a facebook page

From Dev

How to post a video using Facebook Graph API

From Dev

Post photo on Facebook group using graph api

From Dev

Post Picture Facebook - Graph API - PHP

From Dev

Post Image to the Facebook using Graph API

From Dev

Post Image to the Facebook using Graph API

From Dev

Post photo on Facebook group using graph api

From Dev

how to get an image with specific id from Facebook graph api iOS?

From Dev

how to get an image with specific id from Facebook graph api iOS?

From Dev

Facebook Graph API unique id

From Dev

How to Get Numeric ID from Facebook Profile or Page URL? PHP ,Facebook Graph API

From Dev

Retrieve data from facebook graph API 2.4

From Dev

Requesting JSON response from facebook Graph API

From Dev

Facebook Graph API: Missing posts from feed

From Dev

Ordering results from Graph API (Facebook)

From Dev

Fetching data from facebook using graph api

From Dev

Facebook Graph API: Missing posts from feed

From Dev

Retrieving a cropped photo from the Facebook Graph API

From Dev

Storing data from Facebook's Graph API

From Dev

Facebook Graph API: Making public post on user's page

Related Related

HotTag

Archive