Facebook graph api : Using since and until in message node - facebook

I'm using since and until on message node in facebook graph api , but it doesn't work it still give me all the messages
here is my request(i'm using v8.0):
me/conversations/messages?since=2020-10-10&until=2020-11-10

Related

(#12) singular published story API is deprecated for versions v2.4 and higher

I am trying to share photos on Instagram using Graph API. Does anyone know how to fix the error I'm getting? It gives an error even though I share it as in the document, I gave all permissions for the user.
Using Request 1
https://graph.facebook.com/v10.0/ig-userid/media?image_url=https://as2.ftcdn.net/jpg/00/53/45/31/500_F_53453175_hVgYVz0WmvOXPd9CNzaUcwcibiGao3CL.jpg&caption=%test&access_token={access_token}
Using Request 2
https://graph.facebook.com/v10.0/ig-userid/media?image_url=https://as2.ftcdn.net/jpg/00/53/45/31/500_F_53453175_hVgYVz0WmvOXPd9CNzaUcwcibiGao3CL.jpg&caption=%test
Facebook Example Request
graph.facebook.com/17841400008460056/media
?image_url=https//www.example.com/images/bronzed-fonzes.jpg
&caption=#BronzedFonzes!

Facebook Graph API not returning some conversations

I am using facebook graph api to get all the conversations of a facebook page using the page access token. Everything is working fine. However , in some cases the graph api is not returning all the conversations. The conversation is present in the inbox when I go and check it but the graph api is not returning the same. How could this be happening? I googled a lot about this , but to no luck. Any help would be greatly appreciated.
Note: I am using graph api explorer to pull the conversations using the conversations endpoint.

facebook api undocumented posts endpoint

I am working on an old codebase which includes a few fb api calls.
One of them is hitting /posts?ids=userId1,userId2...
When searching through the facebook api reference this endpoint is nowhere seen though.
https://developers.facebook.com/docs/graph-api/reference
You can try it in the fb api explorer though, for example with:
posts?ids= 89562268312
So my question, is this still a valid endpoint and does documentation exist?
Update:
according to Retrieving public posts from multiple Facebook pages at the same time using the Graph API this was once documented under the point selection, but it seems to be gone.
answering myself here in case someone stumbles over this, its not a direct endpoint, but as stated under
https://developers.facebook.com/docs/graph-api/advanced#largerequests
Multiple ID Read Requests
You can make a single GET request that retrieves multiple nodes by using the ?ids endpoint with the object IDs of those nodes. For example, to lookup the Facebook Developers page and the current session user in a single request, you could use the following Graph API call:
GET graph.facebook.com
/photos?ids={user-id-a},{user-id-b}

Facebook graph api for page not returning response of emails

Hi I am using facebook graph API in order to access page details:
https://graph.facebook.com/cocacola?access_token=xxx
I am successfully getting all the fields but I am unable to get emails field.
However in documentation it is showing emails as a response.
Facebook docs
You have to include the fields in the API call now:
https://graph.facebook.com/cocacola?fields=emails&access_token=xxx

Get facebook messeges with Graph API

I am trying to get fb messages with Graph API v2.5, but I can't find any api call, which list all of my message in messenger.
I've only found thread, but no idea how to list theese thread-id s.
Is there any solution for this on v2.5 version?
The Chat API has been removed, there is no way to get access to chat messages anymore - except for Page conversations, hereĀ“s the link to the docs: https://developers.facebook.com/docs/graph-api/reference/v2.5/page/conversations