Questions tagged [realtime-api]

9 questions
3
votes
0 answers

How to filter data from google analytics using client id in the real time?

I'm trying to get data about visitors of my site and filter it by client id(_gid or ClientId) in the real time. Example of id: 875500683.1564061354 Firstly I tried to use the GA Reporting API to get and filter data(check code below). It works good…
Vadim
  • 31
  • 1
1
vote
0 answers

Rocket chat realtime API c# client

I am writing a client in c# and there is a problem. When I create a direct message on account A to communicate with account B, then account B does not receive any messages at all from the websocket itself. As I understand it, I need to subscribe to…
Nik
  • 19
  • 3
1
vote
1 answer

Rocket.Chat Live Chat room subscription problem

I'm trying to build my own chat frontend for the Rocket.Chat Live Chat. But currently I have the problem, that I can't subscribe to a live chat room for listening. 1) RealtimeAPI: I connect to the the rocket.chat webservice 2) RealtimeAPI: I…
DeeFour
  • 436
  • 5
  • 17
1
vote
0 answers

Real Time API using JSON

I wish to send commands on a web socket to the backend. I was thinking my protocol should look like this: Send: {cmd: "login", data: {user:"Me",id:99}} Reply: {cmd: "login", data: "OK"} Send: {cmd: "join sensors", data: {group:1}} Reply: {cmd:…
Baz
  • 12,713
  • 38
  • 145
  • 268
1
vote
0 answers

Meteor implementing Facebook Graph Realtime API

I'm trying to implement the Facebook Realtime API with Meteor. I'm running in the following error - so something seems to be wrong with the callback url. It seems there is a html document returning, but I have no clue at which point this could…
kerosene
  • 930
  • 14
  • 31
0
votes
0 answers

How can I get new page likes on facebook?

I'm trying to get new user likes on page which is attached to my facebook application. I have added Webhooks product, then I had set my callback url to Heroku app. I can get test feedback but when I'm trying to get real feedback then I can't do…
0
votes
2 answers

website - Realtime Application

I would like to create an website with much realtime traffic. So my question is: Is node.js and socket.io the right way? (I'm ready to learn and have a good knowledge at PHP,JQUERY,JS,CSS,MYSQL and VB.NET)
Daniel O.
  • 196
  • 2
  • 16
0
votes
1 answer

Real Time Background Service

I am now developing a mobile app using ionic framework and it's using larvel 4 REST API to do CRUD operations with MySql database. Based on the app requirement, the mobile app needs to call backend service everytime in order to complete certain…
0
votes
0 answers

Facebook Notification Using API (Realtime API)

I have application that get facebook post, comment, replied, & conversation on my facebook page. So that app(services) running without stop to checking is that new item(post/comment/replied/conversation) on that page, when reach request limit made…
Ifwat Ibrahim
  • 1,523
  • 4
  • 16
  • 28