Answer the question
In order to leave comments, you need to log in
API initialization errors OK?
Recently, in the application in Odnoklassniki (iframe application), errors began to appear when logging in, as well as when trying to purchase. When the API is initialized, a subscription to events occurs:
Odnoklassniki.addEventListener(ApiServerEvent.CONNECTED, onConnect);
Odnoklassniki.addEventListener(ApiServerEvent.CONNECTION_ERROR, onErrorConnection);
Odnoklassniki.addEventListener(ApiServerEvent.PROXY_NOT_RESPONDING, onErrorConnection);
Odnoklassniki.addEventListener(ApiServerEvent.NOT_YET_CONNECTED, onErrorConnection);
Answer the question
In order to leave comments, you need to log in
There, chrome blocks the proxy flash drive that the as3 sdk of Odnoklassniki communicates with.
We eventually abandoned as3 sdk, we use https://apiok.ru/dev/sdk/js/ via ExternalInterface
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question