The real-time-updates tag has no wiki summary.
-1
votes
1answer
44 views
Does WSO2 ESB support web sockets? [closed]
My project needs to provide read and write access to data using web services (SOAP/JSON etc), but we also need the ability to serve real-time notifications of data changes to external users through ...
0
votes
2answers
18 views
How to output in realtime when number is change?
I have this code for output :
$tot_clicks6 = $db->FetchArray($db->Query("SELECT SUM(visits) AS sum_visits FROM surf"));
and
<?=$tot_clicks6['sum_visits']?>
is display total of ...
0
votes
1answer
19 views
Facebook realtime.. How are different objects batched together
Facebook realtime docs specify that the callback data is of the following format
{
"object": "user",
"entry": [
{
"uid": 1335845740,
"changed_fields": [
"name",
...
-4
votes
0answers
12 views
Real Time Updates Issue [closed]
The Real Time updates was subscribed an app. The app is configured in a Page. But notification is not get in the call back url.
Didn't get any notification about the page activities like new post, ...
0
votes
1answer
31 views
Response does not match challenge, expected value = '727874710', received='727874710'
I try to add subscription for realtime update facebook api fanpage.
I got the error below:
Response does not match challenge, expected value = '727874710', received='727874710'
I dont understand ...
0
votes
0answers
13 views
facebook reaaltime update does not push checkins to business page
I have realtime updates setup for an application to get realtime updates for page fields feed and chckin.
Permissions for the application are:
create_event create_note email export_stream ...
0
votes
0answers
15 views
Graph API Realtime Updates Source CIDR Block
What is the source CIDR block of the graph api realtime updates service? If this is dynamic, how often does it change and is there a method to verify the current list?
1
vote
0answers
52 views
Facebook Realtime updates don't get pushed
I want to retrieve user's music likes from Facebook. I have subscribed to realtime updates and appropriate permissions are set in the App itself.
I am using facebook's UI to set permissions and ...
2
votes
1answer
131 views
How to integrate derby.js with express.js in node.js?
I am using express framework for my Node App. I need to have some real time updates like notifications in facebook. What I need is integrate derby.js(which is framework build on the top of express) ...
0
votes
1answer
226 views
Show my realtime position on googlemap with phonegap, working but really slow in updating
Basically I want to set a marker in my position (retrieved with navigator.geolocation) and update his position as I move to make it show my real position. This is my code.
var map;
var marker;
...
0
votes
1answer
71 views
PUBNUB: on “PUBNUB.subscribe”, window.print() not working
In one of my app am using PUBNUB for real-time web communication.
But am facing some weird problem as when i subscribe some channels then window.print() (print preview dialog not opening) is not ...
0
votes
0answers
19 views
Realtime update callback when attendance to event is changed
Does realtime update callback get invoked when attendance to event relation is changed?
By my own testing it is not invoked and I did not find anything about it in documentation.
Can somebody ...
0
votes
0answers
36 views
Realtime Update probblem, it seems that it doesnt work
i want to use Realtime Update
i created a test.php file which pass the hub.challenge back and log all GET POST request and this one $data = file_get_contents("php://input");
the test of the gui was ...
0
votes
1answer
129 views
Facebook Page Realtime Update callback content
I'm having issues with Facebook Realtime updates. I'm on Ruby using the Koala gem for FB graph API access. I subscribe to a feed for a page and get the callback correctly but the data I get is not in ...
-1
votes
1answer
184 views
Individual page posts insights (reach and virality) not working [closed]
The counter on reach, organic reach and virality on each individual post on our page's admin timeline has suddenly disappeared. Our page's insights seems to still be working, but that takes two days ...
0
votes
0answers
12 views
Continually updating a clock and timer in realtime while active or inactive
I'm developing a scheduler app that manages the time you have until your next appointment.
As of now, the timer gets updated when the view/viewcontroller that holds the timer text is made the active ...
0
votes
1answer
146 views
how subscribing to instagram realtime api helps me to get user/media details
I have subscribed to instagram realtime api to receive POST updates for hashtag #sudhir
I am able to get updates to my server this way :
{"changed_aspect":"media", "subscription_id":2935881, ...
1
vote
1answer
139 views
update in realtime using - jQuery
using ASP.NET I use a repeater to displaying a DB table on screen.
I want the user to be able to check or uncheck a tick box(field in the table). Updating the corresponding field in the DB in ...
0
votes
0answers
30 views
flex- realtime services [closed]
Hello all I am developing a application which requires real-time data updates.
I am using flex4.5 and .net web-services for connecting SqlServer database.
which is the best approach to implement ...
0
votes
1answer
334 views
Realtime updating MDB database through a datagridview
I am currently trying to create a small program that takes the data from a MDB database that is displayed in a datagridview. The program should allow the user to modify (add, update, delete) the data ...
0
votes
1answer
31 views
How can I subscribe to real-time updates of 'music.listens' for a user?
I'm trying to use the facebook subscriptions api to get real-time updates of changes to a user's 'music.listens' connection.
It doesn't look like this is currently possible, but I'm wondering if ...
2
votes
0answers
74 views
Not able to play recorded audio file
I am recording voice using one tutorial and for recording i am using class AudioRecord as i want to show progressbar with some noise level. I am providing file in which the audio data will be stored. ...
0
votes
0answers
44 views
realtime updates
I'm newbie in Facebook's graph API, the first thing i am trying is to get realtime updates from a test fan-page.
I've followed the steps as said on ...
2
votes
1answer
73 views
Update ActivePivot continuous queries with external data?
In our ActivePivot solution we have written a post processor that computes the price of an stock option depending on the price of the stock (and a volatility parameter). When it is evaluated the post ...
0
votes
1answer
55 views
Subscription error “Response does not match challenge”
I set up a php server on a web host using this script I found from a website
<?php
define('VERIFY_TOKEN', 'DEVICETOKEN');
$method = $_SERVER['REQUEST_METHOD'];
if ($method == 'GET' && ...
0
votes
1answer
59 views
Facebook Realtime Updates - get notified when users friend updates photo
Using the Realtime Updates I can get notified when a user uploads a photo, but is it possible to get notified when one of their friends uploads a photo?
1
vote
0answers
44 views
Not Receiving realtime updates for location field
I'm receiving real-time updates for picture and first_name but not for location and about_me (in FQL, but named bio in the Graph API).
when sending a GET to ...
0
votes
1answer
74 views
Realtime node.js app vs. mongodb
I have a node.js app that polls every x seconds a mongodb database to show data variations.
I think there must be a better way to do it, using all the capabilities of node.js environment ... which is ...
0
votes
0answers
17 views
Getting real-time updates from facebook [duplicate]
Possible Duplicate:
Handling Facebook events
I have created an application for android which gets my latest status update from facebook.
But I want to automate this such that whenever I ...
0
votes
0answers
57 views
Facebook Realtime Update - Page photo post
I'm trying to receive as much realtime updates as I can and I found out that I get notified if I post on my wall (as a page) but not if I post a picture (optionally with a text) on my wall.
Any ...
1
vote
1answer
116 views
How to listen to changes in a document of some collection in mongodb
I am using socket.io for Real-time communication between server and client so , i wanted to listen to changes in the specific document to update the online list to the client
Here is my Schema for the ...
0
votes
0answers
59 views
Requesting public IP range to allow HTTP and HTTPS traffic
We are developing a consumer application configured to receive remote notifications. To accomplish this task our IT infrastructure is required to get the public IP range of your remote service, to ...
1
vote
1answer
37 views
Is it possible to update a list of list in real time as a program is running?
I have a code that is running 24/7. And, I am wondering if there is any methodology which I could use to allow me to make changes to the variables in real-time without invoking any error? Had been ...
2
votes
2answers
126 views
How to stream a (big) log file?
When automation testing is running I cannot connect to the testing computer and check the log file to check the progress of the testing because I would interrupt the testing. I can map the hdd and ...
0
votes
1answer
204 views
facebook realtime updates not working
I've configured my app to "listen" on events on the user object - changes in the name of the user.
Also, I've configured it to "listen" on events on the permissions object - changes in the permissions ...
-2
votes
1answer
116 views
How to get realtime out put in Java [closed]
I am using the following code to execute a command in Java. I then output that code to a text area on the screen. What is the BEST way to read that data real-time and then PARSE it to get data from ...
1
vote
0answers
66 views
Get updates to fb user feed by others
I need to know when another user has commented/liked a post by one of my users or if they have tagged/mentioned one of my users so that I can act on these events.
I have fb realtime setup but that ...
1
vote
0answers
409 views
d3.js updating vertical barchart with json
I'm trying to use d3 to create a dashboard of my home electricity monitoring
project. Where I am struggling is with json and refreshing only part of the data.
The script below draws a thermometer. ...
0
votes
1answer
121 views
How to receive realtime updates from Facebook in PHP?
I am trying to receive realtime updates from Facebook using their Realtime Updates API. I am just trying to get updates of the user's feed. I am using PHP to do all of this. I have it setup and ...
-1
votes
1answer
88 views
What are the best practices when building realtime websites? [closed]
Let's have a concept of real-time web application:
user performs some frontend action/request
backend receives a message
backend starts processing and inserting data to SQL database
frontend ...
2
votes
3answers
434 views
MongoDB Vs Oracle for Real time search
I am building an application where i am tracking user activity changes and showing the activity logs to the users. Here are a few points :
Insert 100 million records per day.
These records to be ...
1
vote
0answers
288 views
Real Time Updates with Facebook C# SDK
Creating a MVC 3 web application, using the latest version of the C# Facebook SDK. As of now having no trouble retrieving access token and the following user data, the next step in what I need to do ...
0
votes
1answer
298 views
Facebook Realtime Updates
I am unable to add "notifications" to the "Realtime Update Subscriptions" of my app in Facebook. In the "Realtime Updates API" page of the Apps Settings in developers.facebook.com, I have the ...
1
vote
1answer
54 views
Thunderpush monitoring
Thunderpush is a Tornado and SockJS based push service. It provides a Beaconpush (beaconpush.com) inspired HTTP API and client.
I'm wondering how I can monitor usage statistics and performances
1
vote
0answers
79 views
Getting notification on changes in Google Talk address book
Is there a service in Google to receive updates when a GoogleTalk user address book has been updated
(added/removed contact) like Facebook real-time updates service.
...
0
votes
0answers
174 views
facebook real-time updates doesn't post to callback.php
I subscribed here https://developers.facebook.com/apps/301135526661971/realtime?save=1 to real-time updates successfully 'test' was ok. my 'fields' are set to 'online_presence', ...
2
votes
1answer
912 views
Update in real time GraphicalView of AChartEngine
I want to have an app that shows me a textview and a line chart dynamically updated with the values that I receive from a range sensor.
I used a modified TextView which manages the messages and it ...
2
votes
0answers
160 views
news feed graph api real time updates
I am developing at the moment a website where the users can read all messages from Facebook, Twitter, Email, Co.. Because the Graph Api is relativly slow I don't want to query the news feed (home) and ...
1
vote
1answer
337 views
JavaScript Real Time Calculation
I have built a table with custom inputs numbers with jeditable. The Input type is gone once you put the value
I need to find a JavaScript Real Time Calculation which automatically makes the amount of ...
0
votes
1answer
66 views
Facebook Realtime Updates Multiple Posts
I'm doing some test to my application on Facebook, and one of the tests is a massive POSTS in a row to see what its the behavior o the app, but some of the posts are not triggering the Real Time ...


