From 1d73fb587b23c80a29b69c8dba836f211c44febc Mon Sep 17 00:00:00 2001 From: Doomsdayrs Date: Tue, 10 May 2022 21:52:34 +0000 Subject: [PATCH 1/2] Convert README to MD --- README => README.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) rename README => README.md (91%) diff --git a/README b/README.md similarity index 91% rename from README rename to README.md index 62e32fc1..5ac18f21 100644 --- a/README +++ b/README.md @@ -1,9 +1,8 @@ -GNOME Online Accounts - Single sign-on framework for GNOME -========================================================== +# GNOME Online Accounts +Single sign-on framework for GNOME -Facebook --------- +## Facebook OAuth 2.0: https://developers.facebook.com/docs/authentication/ @@ -21,20 +20,17 @@ access then the error is returned in the URI's query. The URIs look like this: - ?error=access_denied...#_=_ -Flickr ------- +## Flickr OAuth 1.0: http://www.flickr.com/services/api/auth.oauth.html -Foursquare ----------- +## Foursquare OAuth 2.0: https://developer.foursquare.com/overview/auth -Google ------- +## Google OAuth 2.0: https://developers.google.com/accounts/docs/OAuth2InstalledApp @@ -62,8 +58,7 @@ We are allowed to embed the client_secret in the source code. See https://developers.google.com/accounts/docs/OAuth2InstalledApp#overview -Windows Live ------------- +## Windows Live OAuth 2.0: http://msdn.microsoft.com/en-us/library/live/hh243647.aspx -- GitLab From c31266af8e591f08051af17fc101c8a534b2f545 Mon Sep 17 00:00:00 2001 From: Doomsdayrs Date: Tue, 10 May 2022 21:53:01 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ac18f21..efe34472 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Notes: The client-side flow returns the access_token and expires_in in the URI's fragment, and does not provide a refresh_token. However, if the user denied access then the error is returned in the URI's query. The URIs look like this: - - ?#access_token=... - - ?error=access_denied...#_=_ + - `?#access_token=...` + - `?error=access_denied...#_=_` ## Flickr -- GitLab