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++ - Cmake produces file extensions in static library archives -

c# - Roxy file manager in MVC doesn't accept session path -

c# - Check if a NumericUpDown has no value -