How I can connect API tomy extension to the API? I tried to use samethis example code for connecting:
SE.init({ clientId: 1, key: '?', channelUrl: '?', complete: function (data) { alert('connected') } }); SE.authenticate({ success: function(data) { alert('ok') }, error: function(data) { alert('error') }, networkUsers: true }); Which value I should put in channelUrlchannelUrl? And how I can register app and get token key, if it will work locally?