Hosted News feeds API that allows you to build scalable news feeds and activity streams
Questions tagged [getstream-io]
703 questions
5
votes
1 answer
Django GetStream and Django comment
how can I save an activity from Django GetStream using django_comments and how can I get this data? Thank you!
I've implemented the Django comment with render_comment_form, something like that…

Pablo Alejandro
- 591
- 2
- 10
- 19
5
votes
1 answer
How to remove activity from multiple feeds?
I'm using notification feeds where users get a notification when other users add replies into a forum thread they are part of.
I'd like to know how I can remove activities from all feeds when the reply is deleted?
I can't seem to find any…

keso
- 702
- 5
- 16
4
votes
1 answer
A way to mark notification as seen without reading the notification feed?
My situation is the following:
I'm using the stream-js library. I add entries to the notification feeds of users for certain events - comments, follows, etc. After I write to their feed I also send a push notification to that user's device.
If a…

Valentin
- 1,731
- 2
- 19
- 29
4
votes
1 answer
Related objects in activity feed
I'm building an activity feed application, where a user can like/comments on each activity feed. I went through GetStream.io documentation and looks like I'll have to send the activity with object ids.
{
…

Indyarocks
- 643
- 1
- 6
- 26
4
votes
1 answer
GetStream-IO - Dynamic Content With Realtime data
I am trying to figure out the best approach to storing data in get-stream, and how to pull real-time data on the client-side.
For example, let's say I have a user and they have an image. When they create a post, I add an activity:
const…

chapinkapa
- 2,623
- 3
- 14
- 22
4
votes
1 answer
Generating access token for getstream feed?
I am new to getstream - and I am writing some client side code
var streamclient = stream.connect('xxxxxxxx', null, '11111');
var feed = streamclient.feed('user', 'maurice', '??????') ;
How do I generate the access token for this client ?

fran6
- 341
- 1
- 4
- 14
4
votes
1 answer
Notifications system implementation with GetStream
I'm trying to implement notifications system with GS
Basically, related models are:
Organizations (orgs);
User, the member of org. Users can have administrative privilege in org;
Entity that admin users can create and regular users can purchase and…

silverthorne
- 65
- 1
- 7
4
votes
1 answer
Aggregate feed, removing duplicates in getstream
I have followed the adivce here stackoverflow aggregate answer
I am grouping posts together(shares for same post together, likes for same posts together, regular posts as single activities). What I'm noticing, however, is that I end up with…

demig0d
- 1,131
- 1
- 12
- 24
4
votes
3 answers
Error connecting to getstream php
I am following the example at https://getstream.io/get_started/?language=php to understand how getstream io works. I ran into an error that got me confused.
require_once './vendor/autoload.php';
$client = new…

Michael Okoli
- 4,887
- 2
- 16
- 20
4
votes
1 answer
Getstream Support with Lumen
I'm trying to use getstream with Lumen and it seems like the laravel package they created is not compatible with Lumen. Is there anyone out here used getstream with Lumen?

user1012181
- 8,648
- 10
- 64
- 106
4
votes
1 answer
Getstream.io "Not authenticated" with read only token
I am using the django getstream.io client. My backend code looks like the following, it generates a read-only token and stores it in the response with my jwt token that is sent on a successful login. This code is at the bottom of my settings.py…

user1152226
- 313
- 3
- 14
4
votes
1 answer
How to search content in getstream
How to filter activities in e.g. If I want to filter activity based on some content, it should list all the activities which had that content. Is there any such functionality provided by getstream?
Could you please suggest ?

Ankesh Kumar
- 515
- 2
- 17
4
votes
1 answer
how to count Like and comment in getstream
I am trying to create like/comment feature for feed in my app. Does getstream provide any api/method to find total number of comment/like on a post? Or do we have to save this info in our database and have to send only notification to getstream…

Ankesh Kumar
- 515
- 2
- 17
4
votes
2 answers
Post video in getStream activity
Could you please explain how we can post resources like videos in the Getstream.io API. From the documentation I am aware how we can store text in a feed. I need to know how we can upload images/videos in stream feed.

Ankesh Kumar
- 515
- 2
- 17
4
votes
1 answer
getstream.io: Adding activities to a user's feed without a following relation
I'm currently developing a networking application where I'm using activity streams. At first getstream looked like it would save my day but I soon stumbled upon a hurdle: in my system a user can follow other users, organisations and groups…

Hank Denijm
- 83
- 7