/usr/share/accounts/services/shotwell-sharing-facebook.service is in shotwell-common 0.18.0-0ubuntu4.
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 | <?xml version="1.0" encoding="UTF-8"?>
<service id="shotwell-sharing-facebook">
<type>shotwell-sharing</type>
<name>Facebook</name>
<icon>facebook</icon>
<provider>facebook</provider>
<template>
<group name="auth/oauth2/user_agent">
<setting type="as" name="Scope">['publish_actions','user_photos','user_videos']</setting>
<setting name="ClientId">162702932093</setting>
</group>
</template>
</service>
|