222066 Foolboymedia Acid - Lounge by User 642461330 published on 2016-04-18T10:31:18Z Comment by Way Out Productions SC.initialize({ client_id: 'YOUR_CLIENT_ID', redirect_uri: 'http://example.com/callback' }); // initiate auth popup SC.connect().then(function() { return SC.get('/me'); }).then(function(me) { alert('Hello, ' + me.username); }); 2016/06/29 05:02:10 +0000