How to access OAuth 2.0, REST API in GNOME 3.0 shell extension?

How can I port the OAuth 2.0 provisioning stream from a browser environment if I wanted to access the REST API under it through the GNOME shell extension? How to redirect a user to an OAuth 2.0 solution endpoint through a login screen?

If this is not possible with the OAuth 2.0 REST API, what other way can I integrate the web service with a shell extension?

+4
source share

All Articles