Add-on:OAuth Helper: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot Update)
m (Addon-Bot Update)
Line 30: Line 30:
|Email=
|Email=
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/isengard/script.module.oauth.helper/icon.png}}
|icon url=http://mirrors.kodi.tv/addons/jarvis/script.module.oauth.helper/icon.png}}


[[Category:Gotham add-on repository]]
[[Category:Gotham add-on repository]]

Revision as of 01:32, 21 April 2016

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.