+ 4
Suggestions on Google sign in Integration
Hi all, i am planning to learn Google leaderboard and Google sign in by Integrating to one of my codes on Sololearn. So, i want your suggestions on whether it is legal/ethical to use Google sign in on Sololearn code playground ? Because, it needs to give the redirection url which has to be code.sololearn.com .
4 Réponses
+ 11
Looks like you have to ask this to SoloLearn through email😊
+ 4
@Dayve Yeah i will ☺️
This post here also intends to know whether anyone previously did this in any of their codes on Sololearn ?
+ 3
@Eranga.. I already tried Google sign in one of my codes. And it was working as i gave redirection url as code.sololearn.com.
But, i did not save the code as i am not sure whether it's allowed or not.
Localhost or any other URL was not working as google is not able to find that URL through Sololearn as you mentioned.
+ 1
I tried window.location = "http://www.google.com";
on CodePlayground out of curiosity.
it didn't work. I think CodePlayground have many limitations. But u can continue ur code locally. I think u can use localhost as redirestion url.