You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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 afeed group
namedtopic
and I publish two activities this way :Is there a way to get a list containing
[computers, animals]
with the API ?Beta Was this translation helpful? Give feedback.
All reactions