Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error code 100 #25

Open
GevGh opened this issue Oct 4, 2016 · 1 comment
Open

Error code 100 #25

GevGh opened this issue Oct 4, 2016 · 1 comment

Comments

@GevGh
Copy link

GevGh commented Oct 4, 2016

After authorization with permissions @[@"VALUABLE_ACCESS",@"LONG_ACCESS_TOKEN",@"PHOTO_CONTENT"]
I call invokeMethod:@"users.getCurrentUser"
and its return this json

{
    "error_code" = 100;
    "error_data" = "<null>";
    "error_msg" = "PARAM : Selected platform is not allowed for this application";
}

I use SDK many times and work perfectly until yesterday.
I already tested it on different devices with different ios versions.

@spensko
Copy link

spensko commented Nov 9, 2016

Same issue.

OKSDK.authorize(withPermissions: ["VALUABLE_ACCESS","LONG_ACCESS_TOKEN"], success: { OKSDK.invokeMethod("users.getCurrentUser".... }

Error Domain=ru.ok.api Code=100 "PARAM : Selected platform is not allowed for this application"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants