Skip to content

Commit

Permalink
Adding fix for Windows Live
Browse files Browse the repository at this point in the history
  • Loading branch information
bartimaeus committed Aug 21, 2011
1 parent 524b825 commit 48cd401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/contacts/windows_live.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ def authentication_url(target=self.return_url, options={})

url = "https://consent.live.com/Delegation.aspx"
query = {
'RU' => target,
'ps' => 'Contacts.Invite',
'ru' => target,
'pl' => privacy_policy_url,
'app' => app_verifier,
'appid' => application_id,
}
query['appctx'] = context if context
"#{url}?#{params_to_query(query)}"
Expand Down

0 comments on commit 48cd401

Please sign in to comment.