Skip to content
Snippets Groups Projects
Commit 97df4a1f authored by Dave McCormick's avatar Dave McCormick
Browse files

updating to include details for turing

parent 76e467bd
No related branches found
No related tags found
No related merge requests found
......@@ -38,10 +38,15 @@ public class TwitterStreamActor extends UntypedActor {
public TwitterStreamActor() {
ConfigurationBuilder cb = new ConfigurationBuilder();
cb.setDebugEnabled(true)
.setOAuthConsumerKey("MkpBoVPy3REAIdsPNSZpC7u0I")
.setOAuthConsumerSecret("3cNybn6qSJPpw2AnizXGitOclFV3ZolFXidWBWLpOnafRw7uL8")
.setOAuthAccessToken("315679785-SVT1kCKoow1eCTgTWLzPrh6BPaKA5OiPOfIlmAxt")
.setOAuthAccessTokenSecret("TYTg0PLDbU7isjXxm3uPIeu2xdYg3rXGaEGUdJuBkvCg2");
.setHttpProxyHost("proxy.une.edu.au")
.setHttpProxyPort(8080)
.setHttpProxyUser("INSERT_USER")
.setHttpProxyPassword("INSERT_PASS")
.setOAuthConsumerKey("URXzqYknjyh5nmi3QI6foQk6j")
.setOAuthConsumerSecret("orojeRnVyE1wedBeI9lGm3zttEIKb8m9YxYIiMi7PF3iXvpIEb")
.setOAuthAccessToken("315679785-XmK78wA8vCNfMgLA2S98svB4lWAXbKWkzILK6hxJ")
.setOAuthAccessTokenSecret("2Eztppqloh2h8xQhBscsASPsWMjTKzvsaw0LnO0HEv92R");
twitterStream = new TwitterStreamFactory(cb.build()).getInstance();
......
......@@ -51,7 +51,7 @@ angular.module("myApp", ['uiGmapgoogle-maps'])
showHeat: true
};
var ws = new WebSocket("ws://127.0.0.1:9000/websocket?topic= ");
var ws = new WebSocket("ws://127.0.0.1:50829/websocket?topic= ");
// binding model for the UI
$scope.messages = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment