/usr/share/accounts/providers/sohu.provider is in account-plugin-sohu 0.11+14.04.20140409.1-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | <?xml version="1.0" encoding="UTF-8"?>
<provider id="sohu">
<name>Sohu</name>
<icon>sohu</icon>
<translations>account-plugins</translations>
<domains>.*t\.sohu\.com</domains>
<plugin>generic-oauth</plugin>
<template>
<group name="auth">
<setting name="method">oauth2</setting>
<setting name="mechanism">user_agent</setting>
<group name="oauth2">
<group name="user_agent">
<setting name="Host">api.t.sohu.com</setting>
<setting name="AuthPath">/oauth2/authorize</setting>
<setting name="TokenPath">/oauth2/access_token</setting>
<setting name="RedirectUri">http://www.ubuntukylin.com/</setting>
<setting name="ResponseType">token</setting>
<setting type="as" name="Scope">['basic']</setting>
<setting name="ClientId">dXucVvzJseF3wFfeDBqE</setting>
<setting name="ClientSecret">XuOg9=djoUMA%BRRPO)X=(8FExQz8TDahIj=9u</setting>
</group>
</group>
</group>
</template>
</provider>
|