From 339aed1e767118c6e2b70aa1f6540bd9b6fdd9cd Mon Sep 17 00:00:00 2001 From: Mikhail Che Date: Fri, 4 Nov 2016 22:51:12 +0500 Subject: [PATCH] Yandex & Mail.ru(redirect_uri) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbfe665..47ad6da 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Each web service API acts independently in this library. However, when configur $cordovaOauth.vkontakte(string clientId, array appScope) $cordovaOauth.odnoklassniki(string clientId, array appScope) $cordovaOauth.yandex(string clientId, object options) // defaults options={force_confirm: 'yes', browserWindow: 'location=no'}; error is a object, see below - $cordovaOauth.mailru(string clientId, array appScope, object options) // defaults options={display: 'mobile', browserWindow: 'location=no'}; error is a object, see below + $cordovaOauth.mailru(string clientId, array appScope, object options) // defaults options={display: 'mobile', browserWindow: 'location=no', redirect_uri:'any url within YOUR DOMAIN!'}; error is a object, see below $cordovaOauth.adfs(string clientId, string adfsServer, string relyingPartyId) $cordovaOauth.imgur(string clientId, object options) $cordovaOauth.spotify(string clientId, array appScope, object options)