Add-on:OAuth Helper: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot repo category update)
Tags: Manual revert Reverted
m (Addon-Bot repo category update)
Tag: Manual revert
 
Line 37: Line 37:
[[Category:All add-ons]]
[[Category:All add-ons]]
[[Category:Gotham add-on repository]]
[[Category:Gotham add-on repository]]
[[Category:Helix add-on repository]]
[[Category:Isengard add-on repository]]
[[Category:Isengard add-on repository]]
[[Category:Jarvis add-on repository]]
[[Category:Jarvis add-on repository]]
[[Category:Krypton add-on repository]]
[[Category:Krypton add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Leia add-on repository]]

Latest revision as of 04:19, 17 October 2021

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.