Add-on:OAuth Helper

From Official Kodi Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

OAuth Helper
icon.png

See this add-on on the kodi.tv showcase

Author: Rick Phillips (ruuk)

Type: Add-on library/module
Repo:

License: GPL v2.0
Source: Source code
Summary: Provides simple google device OAuth handling and generic device OAuth via my server
Home icon grey.png   ▶ Add-ons ▶ OAuth Helper

This module provides simple OAuth handling. The module handles all user interaction.

PicasaWeb example:

helper = OAuthHelper.GoogleOAuthorizer.(
    addon_id='plugin.image.picasa',
    client_id='blahblah342980723405.apps.googleusercontent.com',
    client_secret='2349057829034572',
    auth_scope='https://picasaweb.google.com/data/'
)

token = helper.getToken()

If you want to use the generic handling, contact me.