App id is mandatory to access our api
Hello!
Today I began to receive next error message during app authorize via websocket: "App id is mandatory to access our api. Please register your application". I don't see any changes in docs on https://developers.binary.com/guide/ and "Client authentication by app-specific API tokens" section is still active.
Comments
I'm receiving the same error "App id is mandatory to access our api. Please register your application." when I attempt to authorise with a valid token. Can someone help?
Same here, is this a bug?
Hi!
var ws = new WebSocket('wss://ws.binaryws.com/websockets/v3?app_id=XXX');
Register your application https://developers.binary.com/applications/
"error": {
"code": "PermissionDenied",
"message": "Permission denied, requires admin scope."
},
"msg_type": "app_register"
any help?
moyk, create API Token with scope "Admin":
Please note that we have blocked access to apps accessing our api without app_id. We have been communicating this through our facebook and twitter handle for last two weeks.
Raunak , Hi!
https://tradingview.binary.com/v1.2.24/main.html
It does not work because without app_id? When the fix?
PS sorry, service works.
It connects with
app_id
in websocket url. Please note websocket url is different fromhttps://tradingview.binary.com/v1.2.24/main.html
Is there an email mailing list we can sign up for to receive critical announcements ? Facebook doesn't always show updates, and if we have live code then it's nice to know before it stops working !
I put app_id=1 and it just works. is that fine?
As of now it will work but its not legal to use. In coming weeks we will put more checks for authorized access and validation. Better to register your app and use that.