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
Post a Comment