Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get all hashtags #224

Open
Cteq3132 opened this issue May 4, 2022 · 1 comment
Open

How to get all hashtags #224

Cteq3132 opened this issue May 4, 2022 · 1 comment

Comments

@Cteq3132
Copy link

Cteq3132 commented May 4, 2022

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 Cteq3132 closed this as completed May 5, 2022
@Cteq3132 Cteq3132 reopened this May 6, 2022
@augustine-awuori
Copy link

augustine-awuori commented Sep 19, 2024

What's the solution? I still need to fetch activities from a public feed group (hashtags). I'm using React + TS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants