Skip to content

Commit

Permalink
Yandex & Mail.ru(redirect_uri)
Browse files Browse the repository at this point in the history
  • Loading branch information
mche committed Nov 4, 2016
1 parent a552827 commit 339aed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 339aed1

Please sign in to comment.