Committer: ailyin
LJSUP-8320 (We should ask the priv "Stream" when we create mail.ru account)U trunk/cgi-bin/LJ/Identity/MailRU.pm
Modified: trunk/cgi-bin/LJ/Identity/MailRU.pm =================================================================== --- trunk/cgi-bin/LJ/Identity/MailRU.pm 2011-03-23 07:34:37 UTC (rev 10287) +++ trunk/cgi-bin/LJ/Identity/MailRU.pm 2011-03-23 08:22:17 UTC (rev 10288) @@ -22,6 +22,7 @@ my $addr = 'https://connect.mail.ru/oauth/authorize?' . "client_id=$LJ::MAILRU_CONNECT_CLIENT_ID&" . + 'scope=stream&' . 'response_type=code&redirect_uri=' . LJ::Text->eurl($callback_url); return LJ::Request->redirect($addr);