Get a Facebook post by ID


Kelly

Then I want to get the post where I get the error:

{
  "error": {
  "message": "Unsupported get request.",
  "type": "GraphMethodException",
  "code": 100
 }
}

and request : https://graph.facebook.com/100002485262717_622325677860269?access_token=token&appsecret_proof=proof _ _

What's wrong?

Kelly

Oh I see. I should remove userId from request

Related


Get a Facebook post by ID

Kelly Then I want to get the post where I get the error: { "error": { "message": "Unsupported get request.", "type": "GraphMethodException", "code": 100 } } and request : https://graph.facebook.com/100002485262717_622325677860269?access_token=token&a

How do i get the facebook post id?

a7madx7 How to extract post id after posting post using Facebook method Post() or PostTaskAsync() ? I use JSON.Netsomething like this var postObject = await fb.PostTaskAsync("/me/feed", postArgs); dynamic result = JsonConvert.DeserializeObject((

Facebook API to get recent post id

Jack Evans I'm currently working on a small PHP "script" that will automatically get the post ID from the latest post on a Facebook page. So far I get: $status = $facebook->api("/645017715510822/feed?fields=id&limit=1&access_token=".$token, 'GET'); When I run

How do i get the facebook post id?

a7madx7 How to extract post id after posting post using Facebook method Post() or PostTaskAsync() ? I use JSON.Netsomething like this var postObject = await fb.PostTaskAsync("/me/feed", postArgs); dynamic result = JsonConvert.DeserializeObject((

Facebook API to get recent post id

Jack Evans I'm currently working on a small PHP "script" that will automatically get the post ID from the latest post on a Facebook page. So far I get: $status = $facebook->api("/645017715510822/feed?fields=id&limit=1&access_token=".$token, 'GET'); When I run

Facebook graph API get post after specific post id

Chris I'm using the Facebook graph api which is called periodically : https://graph.facebook.com/cnn/posts?access_token=accesstoken I don't want to repeat the post on the second call, so I want to filter the call to get anything after a certain post id or crea

Facebook graph API get post after specific post id

Chris I'm using the Facebook graph api which is called periodically : https://graph.facebook.com/cnn/posts?access_token=accesstoken I don't want to repeat the post on the second call, so I want to filter the call to get anything after a certain post id or crea

Facebook-Graph-API get post by post id

Dragutinovic I'm having trouble getting posts by post ID using the Graph API. In the Graph API reference ( https://developers.facebook.com/docs/reference/api/post/ ) it says: Queries without read_stream permissions will only return a public view of the data (t

Get the URL (link) of a Facebook post using the post ID

Jeff I'm trying to get posts from a company's Facebook page. The link is for an app I've developed that fetches information from another app's database using the Facebook API. I want to create a link like www.facebook.com/{postID} which will take me to a speci

Facebook graph API get post after specific post id

Chris I'm using the Facebook graph api which is called periodically : https://graph.facebook.com/cnn/posts?access_token=accesstoken I don't want to repeat the post on the second call, so I want to filter the call to get anything after a certain post id or crea

Facebook graph API get post after specific post id

Chris I am using the Facebook graph api which is called periodically : https://graph.facebook.com/cnn/posts?access_token=accesstoken I don't want to repeat the post on the second call, so I want to filter the call to get anything after a certain post id or cre

Facebook graph API get post after specific post id

Chris I am using the Facebook graph api which is called periodically : https://graph.facebook.com/cnn/posts?access_token=accesstoken I don't want to repeat the post on the second call, so I want to filter the call to get anything after a certain post id or cre

Facebook-Graph-API get post by post id

Dragutinovic I'm having trouble getting posts by post ID using the Graph API. In the Graph API reference ( https://developers.facebook.com/docs/reference/api/post/ ) it says: Queries without read_stream permissions will only return a public view of the data (t

Get the URL (link) of a Facebook post using the post ID

Jeff I'm trying to get posts from a company's Facebook page. The link is for an app I've developed that fetches information from another app's database using the Facebook API. I want to create a link like www.facebook.com/{postID} which will take me to a speci

Get Facebook Media-id of Instagram post from url

Alex Harris If I have an instagram post, is there anyway to get the facebook id of the instagram post? To be clear, if I were to look at https://www.instagram.com/p/Bcqn51ynrd5/ , I could find the instagram media-id by doing one of two things: https://api.inst

How to get Facebook post ID from ad using API?

Ryan I'm very happy with the Facebook Ads reporting tool I built myself. It lists all campaigns in an ad account, and all ad sets in each campaign, and all ads in each ad set. It shows the metrics I care about. But I haven't been able to figure out how to retr

How to get Facebook post ID from ad using API?

Ryan I'm very happy with the Facebook Ads reporting tool I built myself. It lists all campaigns in an ad account, and all ad sets in each campaign, and all ads in each ad set. It shows the metrics I care about. But I haven't been able to figure out how to retr

Get Facebook Media-id of Instagram post from url

Alex Harris If I have an instagram post, is there anyway to get the facebook id of the instagram post? To be clear, if I were to look at https://www.instagram.com/p/Bcqn51ynrd5/ , I could find the instagram media-id by doing one of two things: https://api.inst

How to get user facebook id in post (server side) meteor

Boaz I have a Facebook request dialog for inviting friends to my app, and of course I get a response with the invited user id, which I then store in a user document called "groups" In the collection: { "creator" : "qzD5X33Jejq5BYRdZ", "name" : "Soccer", "email

How to get Facebook post ID from ad using API?

Ryan I'm very happy with the Facebook Ads reporting tool I built myself. It lists all campaigns in an ad account, and all ad sets in each campaign, and all ads in each ad set. It shows the metrics I care about. But I haven't been able to figure out how to retr

Get Facebook Media-id of Instagram post from url

Alex Harris If I have an instagram post, is there anyway to get the facebook id of the instagram post? To be clear, if I were to look at https://www.instagram.com/p/Bcqn51ynrd5/ , I could find the instagram media-id by doing one of two things: https://api.inst

How to get Facebook post ID from ad using API?

Ryan I'm very happy with the Facebook Ads reporting tool I built myself. It lists all campaigns in an ad account, and all ad sets in each campaign, and all ads in each ad set. It shows the metrics I care about. But I haven't been able to figure out how to retr

Post on Facebook Page with Video ID

Teodor Scorpan What parameters to post on Facebook page of uploaded video using Graph API? I have video id. Bharat Dangar Might be useful for Facebook. https://developers.facebook.com/docs/graph-api/video-uploads#crosspostedvideos

Retrieve Facebook post URL with post_id

network new I want to get the shared user's URL from my link, post_idbut when I try to get the full post URL, facebook asks me for an access token, can the user get the access token after sharing? Here is my code [UPDATED] : <div id="fb-root"></div> <script>

Retrieve Facebook post URL with post_id

network new I want to get the shared user's URL from my link, post_idbut when I try to get the full post URL, facebook asks me for an access token, can the user get the access token after sharing? Here is my code [UPDATED] : <div id="fb-root"></div> <script>

How to get Facebook Post details?

Bill Software Engineer Unfortunately, I can successfully query posts with this code, but the only information returned is created_time, message and id. How can I get other information like title, description, links and images? FB.api( '/1494363804210145_10

How to Get Facebook Post Permalinks

Sid Verma When fetching the list of posts using Facebook's Open Graph API, what we get is the post ID like XXXX_YYYY which can be converted to facebook.com/XXXX/posts/YYYY But these links don't work with Facebook embed plugin : https://developers.facebook.com/

How to get Facebook Post details?

Bill Software Engineer Unfortunately, I can successfully query posts with this code, but the only information returned is created_time, message and id. How can I get other information like title, description, links and images? FB.api( '/1494363804210145_10

Stormpath authentication with Facebook token to get Facebook ID?

Ankutakur We don't store any user credentials in Stormpath, only we need Stormpath to authenticate users for us. Here is my situation: I created a Facebook directory in Stormpath and a user registered through Facebook and created an account in that directory.