Guest User

Untitled

a guest
Nov 20th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. const config = {
  2. app_id: okParams['api_id'],
  3. app_key: okParams['key'],
  4. };
  5. OKSDK.init(config, () => {
  6. log('OK SDK - success');
  7. }, (error) => {
  8. log(`Error inizialization OK SDK - ${error}`);
  9. return false;
  10. });
Add Comment
Please, Sign In to add comment