This file is indexed.

/usr/share/accounts/services/shotwell-sharing-facebook.service is in shotwell-common 0.22.0+git20160108.r1.f2fb1f7-0ubuntu1.1.

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">1612018629063184</setting>
    </group>
  </template>
</service>