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

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -