/usr/share/accounts/providers/flickr.provider is in account-plugin-flickr 0.12+16.04.20160126-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 | <?xml version="1.0" encoding="UTF-8"?>
<provider id="flickr">
<name>Flickr</name>
<icon>flickr</icon>
<translations>account-plugins</translations>
<domains>.*flickr\.com</domains>
<plugin>generic-oauth</plugin>
<template>
<group name="auth">
<setting name="method">oauth2</setting>
<setting name="mechanism">HMAC-SHA1</setting>
<group name="oauth2">
<group name="HMAC-SHA1">
<setting name="RequestEndpoint">https://secure.flickr.com/services/oauth/request_token</setting>
<setting name="TokenEndpoint">https://secure.flickr.com/services/oauth/access_token</setting>
<setting name="AuthorizationEndpoint">https://secure.flickr.com/services/oauth/authorize</setting>
<setting name="Callback">https://wiki.ubuntu.com/</setting>
<setting name="ConsumerKey">d87224f0b467093b2a87fd788d950e27</setting>
<setting name="ConsumerSecret">4c7e48102c226509</setting>
<setting type="as" name="AllowedSchemes">['https','http']</setting>
</group>
</group>
</group>
</template>
</provider>
|