Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can we track hashtags with the new facebook hashtag implementation

Since Facebook introduced hashtags, I've been interested in finding out more about them. Can someone point me in the direction of possibly tracking the hashtags similar to how twitter allows us access to pull hashtag data via their API. I can count mentions, get usernames, and the tweets. Has Facebook launched anything similar? I can't find any documentation online.

like image 220
Shawn Mohammed Avatar asked Jun 14 '13 17:06

Shawn Mohammed


People also ask

How do you track hashtags on Facebook?

How to search hashtags on Facebook. The simplest way is to search for a specific hashtag from your search bar, for example, #NBAFinals or you can type facebook.com/hashtag/example into your browser.

Do hashtags work on Facebook 2022?

Yes, hashtags are working on Facebook. Although they are not so popular as on other social media platforms, you can add them to your posts. Facebook hashtags work the same as hashtags on other social platforms. Basically, they tie up multiple public online conversations into one stream.

Do hashtags work on Facebook 2021?

The answer is “YES.” Hashtags DO have their place on Facebook for Businesses. We'll tell you why, and how to best use them within your Facebook posts.

Are hashtags on Facebook effective?

Hashtags Make Your Posts More Interactive While comparing Facebook to Instagram might be apples and oranges, posts on the latter with hashtags receive 12.6% more engagement than those without them.


2 Answers

There is currently no API for the hashtags feature on Facebook

edit: there was however a public posts search function which will return some public posts with a certain hashtag if you use that hashtag as the search string in API version 1.0 - there is no equivalent in version 2.0 onwards

It ignores the # symbol in the matching though, so a search for '#omg' will find posts with 'omg' too.

See https://developers.facebook.com/docs/graph-api/using-graph-api/v1.0#search )

like image 175
Igy Avatar answered Oct 17 '22 05:10

Igy


Facebook recently announced new tools for surfacing conversations with the launch of Public Feed API which :

displays a real-time feed of public posts for a specific word

Unfortunately, that tool is restricted to a small set of "trusted" users for now...

like image 40
abernier Avatar answered Oct 17 '22 05:10

abernier