Hosted News feeds API that allows you to build scalable news feeds and activity streams
Questions tagged [getstream-io]
703 questions
0
votes
2 answers
Django REST framework getstream notifications
I'm trying to follow the getstream docs for django with rest framework. https://github.com/GetStream/stream-django
Here is a minimal drf api cloned from the drf tutorial https://github.com/morenoh149/django-rest-framework-getstream
I get an…

Harry Moreno
- 10,231
- 7
- 64
- 116
0
votes
0 answers
Exception while using getStream.io React component
I am using the getStream.io React component as follows:
When I am hard-coding the above values, I do not see any issue and the app works…

LearnToLive
- 462
- 9
- 25
0
votes
0 answers
Getting incorrect format error while adding a post
I m using the getStream example code and trying to add an activity but It's giving the error:
❌ save 57 unexpectedError(Optional(GetStream.ClientError.jsonDecode("The data couldn’t be read because it isn’t in the correct format.",…

aashish nagar
- 1
- 2
0
votes
1 answer
How do I create multiple activity feeds using the same appid and key?
We allow our creators to create their own site, so how do we get one feed per site?
How do we create multiple react activity feeds using one single getsteam app?

Renji
- 47
- 4
0
votes
1 answer
Following aggregated feed
I'm following up on question from here:
How to build a news feed with aggregate and flat types?
Tommaso posted a great answer which basically states - use a single aggregated feed. But the getstream.io documentation says:
Only Flat Feeds may be…

Vladimir Marton
- 569
- 4
- 31
0
votes
2 answers
Getstream getting a 403 NotAllowedException error when getting the feed
I'm trying to setup a demo where a user can get notification about what's going on in his workspace.
I've shaped this model with a notification feed of type notification and a workspace feed of type flat
Both user and workspace are identified in the…

Marco Gagliardi
- 565
- 1
- 8
- 24
0
votes
1 answer
how to show total number of feeds posted by category in aggregate form and send notification of total new feeds to users
When a category posted many feeds , a notification should be sent to the users who are following category in aggregated form like on FB, Instagram that 'User' has posted 20 new feeds.

Madhavi kumari
- 11
- 3
0
votes
1 answer
Avoiding duplicates in different feeds with getstream.io
Let's say I want to build a system where each user has access to a notification feed and an aggregated feed, with the following groups:
user as flat feed
hashtag as flat feed
notification as notification feed
timeline as aggregated feed
We also…

Paul Nicolet
- 11
- 1
- 2
0
votes
1 answer
Getstream- How to use the ranking in reaction_counts?
I had some feeds each feed has different number of likes and comments.how to use the ranking in likes and comments, to sort the feed.
the output should be by using ranking, decreasing in the order of mostlikedposts to leastliked posts.
0
votes
1 answer
GetStream- How to sort the feed activity by descending order of likes?
I have 10 activity feeds, each feed as a different likes count, need to show the activity feed in descending order by likes count,
how to implement that?
0
votes
1 answer
Getstream - How to use the ranking method and personalization?
By using Ranking method how to filter the most liked activity(or posts) in the getstream, and how to use the personalization?
Give some example related about ranking method and personalization
I have tried the examples given in the documentations…
0
votes
1 answer
GetStream- Without following feed?
I need the public flat feed. For instance, the user named 'public'.It does not have follower or following anyone, if user:public posts any activity, it can reach all of the users timeline, how to do that?
I have tried the user:global but without…
0
votes
1 answer
Getstream- How to filter fake likes?
I have the user feed.If the user posts the activity, the same follower like two times,the likes count increased.how to avoid that?
when i post the activity, the followers can like the activity multiple times
0
votes
1 answer
Aggregation updating the activities in the group in getstream
I have a aggregated group called 0 and 1. that is a variable in the field name binary:0.If i put the activity with name of binary:0 it will included in the group binary:0.If i put the activity with name of binary:1 ,it will included in the…
0
votes
1 answer
Getstream timeline,likes,comments and aggregated
Hi I Have to create a timeline feed activity like facebook. I give the likes and comments using reactions.but if i give the likes again to a same post by a same person the likes count get increased. how to resolve it.
and how to use the aggregated…