UPDATE
Graph API v1.0 is completely deprecated and is no longer available as a workaround. Original answer below for reference.
Yes, GraphAPI version 2.0 no longer allows you to search for messages. See Updated Documentation .
You can continue to search for messages by changing the API call:
https://graph.facebook.com/v1.0/search?q=search_query&type=post&access_token={access_token}
those. add v1.0/ after https://graph.facebook.com/
Niraj shah
source share