Hashtag in Facebook Has Many Functions Which Are Usually Unknown. Here is detailed guide on using Hashtag on Facebook by any level of user. Previously, we discussed about the basics of Hashtag in our article – All About Hashtag and Tools for the Advanced Users. There is Hashtag Counter API by Facebook. This API is restricted to the partners in the Public Content Solutions program. We have three more interesting article in this context, First is written in quite old article –Integrate the system of Twitter hashtags in WordPress posts, Second is not one but two, which intended for those who do not understand API – REST API or Representational State Transfer API, API Explained in Plain English and Third is the tool to test API – CocoaRestClient.
Hashtag in Facebook : Basics and Consumer Usage Part
By using strategic hashtags in your public Facebook posts (profile and page), everyone will be able to see your hashtags as clickable links :
1 2 | https://www.facebook.com/hashtag/abhishekghosh https://www.facebook.com/hashtag/cloudcomputing |
As you can see this is like a category page in WordPress, hashtag on Facebook has its own unique URL with a status update box at the top. It is possible to get some conversation if used with Feeds. n June 2013, Facebook made hashtags clickable in status updates published from both personal profiles and brand Pages. It also made them searchable so members can bring up a stream of mentions :
---
As Facebook ships it as public feature, it by no means forces you to choose between the social network and Twitter. Both platforms can be used concurrently, and often it is recommended that you support your presence on one social network through another :
1 | https://www.facebook.com/help/587836257914341 |
Hashtag in Facebook : API and Developers’ Usage Part
Access to the Keyword Insights API is restricted to a limited set of media publishers and usage requires prior approval by Facebook. You cannot apply to use the API at this time :
1 | https://developers.facebook.com/docs/hashtag_counter/v2.0 |
However, there is another feature named Interests :
1 | https://www.facebook.com/bookmarks/interests |
So, basically you can create your own public list :
1 | https://www.facebook.com/lists/805333219491333 |
This is wrong/outdated usage now :
1 | https://graph.facebook.com/search?q=%23fail&type=post |
This will require an access token :
1 | https://developers.facebook.com/tools/explorer/ |
I used this FQL Query :
1 2 3 4 5 | SELECT message FROM stream WHERE (source_id IN (SELECT uid2 FROM friend WHERE uid1 = me()) OR source_id=me() ) AND strpos(lower(message),lower('#hashtag')) >=0 |
However, it does not work. If you find some way, let us know.
Tagged With facebook developer find hash tag , facebook hashtags ile resim alma api