Le jeudi 26 novembre 2015 18:06:05 UTC+1, Felix Voituret a écrit : > Hi, > > I have sent an email about this but i didn't get any answer since. I am > currently developping a set of Eclipse Plugin for automatic submission, and > Code Jam integration. I was initially planning to work with OAuth, but when > it cames to the real test condition, i realized that GCJ was not supporting > OAuth session, and was still running under the deprecated ClientLogin API. > > My question is : will Google Code Jam platform switch to OAuth2 in a near > future ? > > If not, is there anyways to deal with ClientLogin without getting a 404 > response ? I already take a look a this thread : > https://groups.google.com/forum/#!searchin/google-code/commandline|sort:date/google-code/GvgGN__tF1s/JHnJKvJDOSIJ, > but it does not seems to have been updated for a while. > > Thanks !
>From what i could have figured out, using OAuth authorization Bearer with any >available scope into the CodeJam hosted application request does not work, >when i call the GetInitialValues API request, i still get the "logged_in" >value to false. I thought using YouTube scope would be enough, since all the >login process seems to use youtube.com as the checked domain. Trying to reverse all the login process is a hard task, the whole process is very blurry to me, ServiceLogin -> ServiceLoginAuth -> CheckCookies, plus the hidden obfuscated part with the CheckConnection request and the JsRemoteLog part. If anyone could lead me into a investigation path that could help, that would be welcome. -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-code/435dcced-11ee-4ff2-a200-f105351fada2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
