I know it's insecure and everything, but we need it.
I changed the "link" function in Com0x82DropboxSessionProxy.m at the end (last 2 lines) in this way and it seems to work (if I supply the token and the secret, it does silent authorization, if not, it just does what it did before)
Could you please check it and if possible introduce into the main code?
id accesskey = [args objectForKey:@"accesskey"];
id accesssecret = [args objectForKey:@"accesssecret"];
id userid = [args objectForKey:@"userid"];
Since this is basically undocumented functionality, and as you said, is a completely wrong security practice anyway, I'm not really wiling to add the code to this project.
I know it's insecure and everything, but we need it.
I changed the "link" function in Com0x82DropboxSessionProxy.m at the end (last 2 lines) in this way and it seems to work (if I supply the token and the secret, it does silent authorization, if not, it just does what it did before) Could you please check it and if possible introduce into the main code?
id accesskey = [args objectForKey:@"accesskey"]; id accesssecret = [args objectForKey:@"accesssecret"]; id userid = [args objectForKey:@"userid"];