stream-feed-flutter icon indicating copy to clipboard operation
stream-feed-flutter copied to clipboard

How to get all hashtags

Open Cteq3132 opened this issue 2 years ago • 1 comments

Hello ! I have a question : I've looked through the doc, and I don't see if there is a way of getting all the names of a feed group. For example if I have a feed group named topic and I publish two activities this way :

{
    "actor": "user:1",
    "object": "I love #computers ^^"
    "verb": "tweet",
    "to": ["topic:computers"]
}

{
    "actor": "user:2",
    "object": "I love #animals ^^"
    "verb": "tweet",
    "to": ["topic:animals"]
}

Is there a way to get a list containing [computers, animals] with the API ?

Cteq3132 avatar May 04 '22 09:05 Cteq3132