Can't successfully run WebClient from re-compile in Sphinx Simple Demo project

Actually the solution now is to set HandleOAuth property to False at the beginning of your application, for example, in the .dpr file:

begin
  Application.HandleOAuth := False;
  Application.Initialize;
1 Like