Hello,
Thanks for the plugin, it is working well so far. I have one question though. When logging in or registering with mail.ru, the plugin is asking Mail.ru username in the first modal window. I didn't get the reason for this window, regardless of what I type there, it will open regular username/password modal view next.
So my question is, what is the rationale behind this first window for username, and is there any way to skip it so that user goes directly to username/password window. Thanks in advance.
Answers
https://connect.mail.ru/oauth/authorize? client_id=<your_client_id>& response_type=token& redirect_uri=<redirect_url_from_your_site_which_receives_response>
Looks like with the above way, we can get rid of asking users their usernames. How do you think? Thanks.