You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
After authorization with permissions
@[@"VALUABLE_ACCESS",@"LONG_ACCESS_TOKEN",@"PHOTO_CONTENT"]
I call
invokeMethod:@"users.getCurrentUser"
and its return this json
I use SDK many times and work perfectly until yesterday.
I already tested it on different devices with different ios versions.
The text was updated successfully, but these errors were encountered: