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
Using Getstream-js v3.0.0 with Parse Cloud
I am trying to use the Getstream-js v3.0.0 client with Parse Cloud, but when I replace cloud/getstream.js with the distributable file from stream-js I get the following error:
Upgrade XMLHttpRequest is not found Stream.io

Tailesh
- 11
- 1
-1
votes
1 answer
How to know if the message was delivered and read using GetStream
I'm using GetStream to implement chat functionality in my app. I'm trying now to implement the Message delivered and read status, like Whatsapp and Telegram.

Adil Sakout
- 75
- 1
- 10
-1
votes
1 answer
How to Integrate of strem-chat in my project?
I want to integrate Stream-Chat chat SDK in my MERN stack project, help needed in how to do so?

Bhanu
- 11
- 2
-1
votes
2 answers
Is it able to get all activities of an user?
I read the doc and try to get all the activities of a user(not the user self), but the returned json is
{
"detail":"You don't have permission to do this",
"status_code":403,
"code":17,
"exception":"NotAllowedException",
…

yueheng shi
- 31
- 7
-1
votes
1 answer
GetStream Integration in a SaaS application
We are developing an application for our customer that helps businesses to effectively plan and track their business changes.
Our application has three core elements, creating initiatives, capture their impacts and defining their actions.
One of…

VBP
- 1
-1
votes
1 answer
How to know the interactions happened with the feed in stream?
My query goes like this: If I have a feedItem (an image posted on facebook), how can I verify that I have liked it or not? Can I verify all the interactions which I have done to the feedItem or the interactions other people have done to it (like,…

Sajad Ahanger
- 65
- 13
-1
votes
1 answer
Does getstream.io have its own APIs to fetch some data of interest?
Hii i am new to getstream.io. I wanted to know does getstream.io host its own APIs which can be accessed by the users developing an app using getstream.io. By APIs i mean, consider i am the user and i need information related to machine learning or…
-1
votes
1 answer
How to make GetStream post activities of Facebook page
I would like to use GetStream to create customizable Facebook Page Plugin to display all the recent activities on the website (same as this https://developers.facebook.com/docs/plugins/page-plugin).
However, I have no idea how to connect GetStream…

Sidrom
- 1
- 1
-1
votes
1 answer
Schedule getstream.io Notification / Activity for future date or time
When you POST an activity to a feed on getstream, the activity is immediately returned when you GET that feed. Is there any way to schedule an activity such that you set a future date, and the activity is not returned by the GET request until after…

Brian Schultz
- 23
- 5
-1
votes
1 answer
Getstream for mobile apps
I apologize for the question but I don't have the resources to figure it out myself.
I'm looking for features my next iOS / android app should have and as you can imagine, I'm interested on a "pinch of social" that's why getsream seems to be my…

Alekxs
- 85
- 7
-2
votes
1 answer
How do I get Unread/Unseen Notifications?
Hi I have been able to implement Notification Feed fine but I would like to get a count of number of unseen or unread activities in notification feed. How do i do this on Stream Rails or Stream Ruby? The documentation says "The notification feed…

flintz
- 47
- 5
-2
votes
1 answer
In get stream getting the activities of user which is not followed
I have been using getstream.io for showing activities of the following users only but I am also getting the activities of user whom I am not following.
Eg. A follows B only but A also getting activities of user C.
I am using javascript and the PHP…

sufiya
- 1
-2
votes
1 answer
Parse error: syntax error, unexpected 'public' (T_PUBLIC)
public function is used inside a class called Client but it still throws error like this for every function in that class. Any solution to this? I am trying to test getstream for php. I am getting this error in client.php
I know this error occurs…

debugr
- 13
- 3