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
Error loading getstream with php
I have followed the instructions in the documentation of getstream.io but i am still getting this error.
Warning: require_once(C:\xampp\htdocs\getstreamtest/vendor/autoload.php): failed to open stream: No such file or directory in…

debugr
- 13
- 3
0
votes
1 answer
How to create custom feed group and assign activities to it in getstream.io Meteor?
I'm using Stream Meteor to create a social app, it has users, pages ..etc.
I can use it to create userFeed, and usertimeline (newsFeed), but I can't figure out how to create and use a new custom feed group, say, page feed, so users can follow each…

UXE
- 2,374
- 2
- 18
- 17
0
votes
1 answer
How do I perform verification to get RealTime update for "notification"
This getstream link says for verification of our webhook there are two ways.
In Verification via DNS,
were do I have to place the "_getstream" TXT record?

Shreyas Rao B
- 193
- 4
- 17
0
votes
1 answer
Get Stream io Not able to update feed activities
I am using getstream io for feed.when I tried to update the stream It show error
AuthenticationFailedException{statusCode=403, code=0, exception=PermissionDenied, detail=You do not have permission to perform this action.}
at…

SR230
- 253
- 1
- 4
- 13
0
votes
0 answers
remove "Uncaught exception on GetStream"
when the network is off-line, GetStream triggers an "Uncaught exception" error with a lot of detailed information on the code paths and structure.
How do I setup gestream so that no error message is printed in production?
Uncaught exception…

user6358161
- 79
- 6
0
votes
1 answer
How to model for post visibility
I plan on adding visibility to posts with values (private, friends, public) to allow users to keep posts private, share with friends or share them publicly. Visibility must be used for filtering activities before pagination.
Where does the…

SimoAmi
- 1,696
- 14
- 13
0
votes
0 answers
Stream Example Nodejs - error when deploying to Heroku
I deployed this example on Heroku:
https://github.com/GetStream/Stream-Example-Nodejs
And I got this error:
*016-12-15T15:12:54.464271+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=xxxxxx.herokuapp.com…

Mane Manero
- 3,086
- 5
- 25
- 47
0
votes
1 answer
getstream.io disable the fanout notification when a feed follows another
I have this scenario:
A user follows a feed and they receive all of that feed's current posts as new posts (via realtime notification.. likely caused by a fanout)
While its accurate that all that feed's items are new to the follower, I'd like to…
user2038460
0
votes
1 answer
Correct way to do ‘Became friends’ activity without ‘doubling’ up in [getStream]
Using Laravel and getStream.
Current structure:
A User has a feed on their dashboard which is a merge of FeedManager::getNewsFeeds($request->user()->id)['timeline’]; && FeedManager::getUserFeed($request->user()->id);
This works fine however ‘double…

n8-sd
- 11
- 1
0
votes
1 answer
Getstream.io how to include notification count in realtime subscription
When subscribing to a notification feed, is there any way to get the unseen and unread notification counts from the payload given by the getstream realtime subscription promise? If not, are there plans to implement this in the future?
I'm aware I…
user2038460
0
votes
0 answers
Angular2 with Webpack: Cannot find module 'getstream'
I have a really weird problem when building my angular2 solution with webpack (version 1.13.1).
When running the server I get an error saying:
Cannot find module 'getstream'
which is a module that I am using. The weird thing is that the module is…

Valdemar Edvard Sandal Rolfsen
- 1,484
- 3
- 18
- 26
0
votes
1 answer
Activites not showing up in Follower Feed
I was facing some really weird issue.
1) I have Feed1 (Flat Feed) and Feed2(Notification)
2) Feed2 follows Feed1
3) Activity1 added to Feed1, shows in Feed1 but does not show up in Feed2. Not even in Data Explorer
This worked fine for last 2 days,…

Gourav Das
- 41
- 1
- 3
0
votes
1 answer
Get feeds of user whom we are following
How to get the list of feeds/activities for users whom we are following.
I tried $user_feed_1->following(10, 20); but not getting feed data like we get in $user_feed_1->getActivities(5, 10);
I am using Laravel framework. I am not getting any error…

Ankesh Kumar
- 515
- 2
- 17
0
votes
1 answer
Can we have condition based filter
Can we have condition based filter e.g. suppose we have added "team:"ÜK"","game:"Cricket" for one feed and for other we have added "team:"ÜK"","game:"Football".
So can we get all the feed where team = uk and game = football

Ankesh Kumar
- 515
- 2
- 17
0
votes
1 answer
How to get Readonly notification token for 'stream_rails' gem
I am using the stream_rails gem for my Rails App and want to develop a real time notification system in my app. For this purpose, I want to be able to generate a readonly token. Currently when I was going through the documentation…

srkgupta
- 71
- 1
- 4