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;
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;