Add-on:OAuth Helper: Difference between revisions
Jump to navigation
Jump to search
m Addon-Bot repo category update |
m Addon-Bot Update |
||
| Line 3: | Line 3: | ||
|provider-name=Rick Phillips (ruuk) | |provider-name=Rick Phillips (ruuk) | ||
|ID=script.module.oauth.helper | |ID=script.module.oauth.helper | ||
|latest-version=0.0. | |latest-version=0.0.9 | ||
|extension point=xbmc.python.module | |extension point=xbmc.python.module | ||
|provides= | |provides= | ||
Revision as of 19:51, 27 December 2017
| 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.