Samuele
Samuele

Reputation: 41

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.

Upvotes: 4

Views: 3550

Answers (2)

pnv
pnv

Reputation: 1499

You can look at PYLON, an initiative from DataSift. This is the link They say that we get access to Public and non-public posts: aggregated and anonymized , Engagement data: comments, likes and shares and Links and hashtag.

But this will have its own subscription model.

Upvotes: 2

Tobi
Tobi

Reputation: 31479

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)

Upvotes: 6

Related Questions