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

javascript - Backbone pushState routes -

runtime error - Cannot find an overload for op_subtraction when subtracting datetime from datetime in powershell -

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