how to crawl a keyword from facebook using php -



how to crawl a keyword from facebook using php -

i give keyword can crawl thru twitter , facebook see how many mentions have in past half hour?

can using php ?

for twitter: https://dev.twitter.com/rest/reference/get/statuses/mentions_timeline

for facebook it´s not possible. public post search api deprecated: https://developers.facebook.com/docs/apps/changelog

public post search no longer available.

but not "mentions" anyway. afaik there no api on facebook number of mentions.

there one, partners: https://developers.facebook.com/docs/hashtag_counter/v2.1

...not "mentions" though, hashtags.

php facebook dom web-crawler

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -