Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook public post search with API v2.0

I built an application that uses the public post search feature of Facebook API v1. This API version is supported until April 2015, and I must migrate my application to API v2 before that date. How can I search for public posts matching a keyword using the v2 API? Thank you in advance.

like image 699
Samuele Avatar asked Feb 13 '23 22:02

Samuele


1 Answers

That's simple: It will no longer be possible from April 30th 2015. See https://developers.facebook.com/docs/apps/upgrading#upgrading_v2_0_graph_api under the paragraph "Removed endpoints":

Public post search is no longer available. (/search?type=post&q=foobar)

like image 193
Tobi Avatar answered Mar 12 '23 10:03

Tobi