Hosted News feeds API that allows you to build scalable news feeds and activity streams
Questions tagged [getstream-io]
703 questions
0
votes
1 answer
Best practices for removing old activities out of a feed
What would be the best way to handle an activity lifecycle? Is it common to have a maintenance job that purges feed activities that are no longer relevant or out of scope?

Scott Wood
- 3
- 1
0
votes
1 answer
Profiles linked to a top level profile
I'm starting with stream.io. My architecture needs to allow profiles within profiles. This can go with 1 level for now. What I would like to achieve is when a user follows a top level profile, that user also follows the profiles contained. Would…

CanBariscan
- 11
- 1
0
votes
1 answer
Users representing groupings in getstream
I'm looking at creating activity streams to represent the activity of a museum collection. In this case the actors are the artists & makers of the museums' objects, and (ideally) their streams they can be followed, to see what is happening with the…

Richard
- 109
- 1
- 11
0
votes
1 answer
Unread counts per stream/user?
Ive gone through your docs and searched and have not found an answer to this. Wondering if you have a way to get how many items in a given stream have not been read by a given user?
0
votes
1 answer
Create new app in getstream.io with nodejs in multi tenancy
following case:
I want to use getstream.io for my multi-tenancy application (with single instances architecture). Now I wonder if there is a way to create new apps in stream.io programmatically so that I do not have to create a new app for each…

Cyran
- 15
- 3
0
votes
1 answer
How to implement following categories and seeing posts under that category?
In examples on the Get stream Website, I see that they show examples where users are following other users and then they get to see the posts of the user they are following. How can I change this and make it so that users can follow a category(s)…

Maidul I
- 133
- 2
- 10
0
votes
1 answer
How to handle multiple feed permission in GetStream
I need to specify multiple permission for a single user, for example having full access to a specific feed but also have read access to an other one. but getstream only allows one specific permission per token.

Siamak S
- 31
- 1
- 3
0
votes
1 answer
getStream laravel integration FeedConfigException
I am trying to get getStream for laravel integrated. I have followed all the steps as mentioned in the below link.
getstream Laravel Integration tutorail
Thought the tutorial is good i am having difficultly in getting the response for feed working.…

Prabesh
- 298
- 1
- 5
- 12
0
votes
0 answers
Accessing GetStream.io Reactions from Ruby
There is no documentation on the GetStream.io site for the Ruby client when it comes to reactions, but I tried client.reactions.add('like', activity_id, user_id: user.id) and it says there's no method reactions for Stream::Client.
Help?

Tim Sullivan
- 16,808
- 11
- 74
- 120
0
votes
1 answer
getstream.io How do handle activity permissions?
If a user creates a new activity and wants all their followers to see it except 1, how can this be implemented? Do we simply push the activity, and then immediately delete it from the specific follower's timeline feed? This seems like a…

mikestaub
- 2,134
- 4
- 24
- 34
0
votes
1 answer
GetStream: How to allow fellow team members access to app secret settings etc
I have created an app inside getstream.io. I then added a team member but she does not seem able to see the app I created.
How do I ensure that team members can see the app and their secret key are viewable by fellow team members inside…

Kim Stacks
- 10,202
- 35
- 151
- 282
0
votes
2 answers
One post = one activity
I am looking to have good feed architecture.
I have users and events.
A feed notification and an event feed. I would like each event update to display a notification to the user. Currently, if I have two events with the verb "update", they end up in…

aksl95
- 31
- 2
0
votes
1 answer
How can get User Session token from getstream.io?
I want to add reactions to my Stream App. I saw this:
var userToken = client.createUserSessionToken(userId);
from stream documentation. I don't understand how to get this token. Do we have to make our own method for getting it or getstream.io has…

Sajad Ahanger
- 65
- 13
0
votes
0 answers
getstream.io - feed retrieval responds with HTML instead of JSON
I am trying to retrieve a feed from getstream.io but it seems that the client is having trouble parsing the response because it is in HTML. Also not sure why the response says that the resource is not found, when the feed exists checking from the…

Martin Verdejo
- 1,229
- 2
- 13
- 24
0
votes
0 answers
disappeared my getstream.io app. Can I find this?
It happened today.
We have an app called "ticketsolution" but we can no longer find it in the dashboard.
When viewing with app keys and secret keys, the existing data is as good as it was before the app was gone.
Is there a way to recover that…

김지민
- 1