Facebook API Post Search Deprecated? -


I am trying to do a search through Facebook API and get the following error from Facebook - ( # 11) Post search has been deprecated

The URL I am using to query the graph: https://graph.facebook.com/search?q = Search_query & type = post & amp; access_token = {access_token}

Any idea why this is happening because I can not find anything about the deprecation of post search?


Yes, version 2.0 of GraphAPI does not let you search for posts anymore. See.

You can continue searching for the posts to change your API call:

  https://graph.facebook.com/v1.0/search ? Q = search_query and type = post & amp; Access_token = {access_token}  

after Ie v1.0 / https://graph.facebook.com/

Add

Comments

Popular posts from this blog

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

sql - PostgreSQL automatically update row at specific date -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -