Hi
I'm trying to use your plugin with С#
there is a launcher written with С#, it loading the login page from the site (by default, c# uses as a browser IE11)
in the loaded window i'm click on the social network icon for login
open a second window where I can log in
After a successful login in second window the problems begin. The second window constantly shows the waiting icon, and the first window seems to be unable to get data from the second window .. everything hangs in this state
one month ago everything worked, but then it looks like your script library.js was updated and this problem appeared
Can I upload an older version of the library.js script ?
Please sign in to your OneAll account to ask a new question or to contribute to the discussions.
Please click on the link below to connect to the forum with your OneAll account.
Answers
Hi Anton,
we had to slightly modify the login workflow as it no longer worked correctly with Google, after their update to the API. We have tested the change with the major browsers.
Could you send me a link to your implementation? I will have a closer look.
Regards,
Great
we build a small test file on C# that simply opens a login page from your site, where is used the script library.js
if you try to login using social networks you will see that there is no redirect from the child window to the main window
p/s/ sometimes when you first start up, C# tries to use the old kernel IE (popup js errors ) ... just need to close the test file and open it again (C# uses IE, because it's the default system browser)
https://drive.google.com/file/d/1mBxxlkU8_IAojUcojyJC8GTnu2EuDp9l/view?usp=sharing