/usr/share/accounts/services/facebook-sharing.service is in account-plugin-facebook 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 | <?xml version="1.0" encoding="UTF-8"?>
<service id="service">
  <type>sharing</type>
  <name>Facebook</name>
  <icon>facebook</icon>
  <provider>facebook</provider>
  <translations>account-plugins</translations>
  
  <template>
    <group name="auth">
      <setting name="method">oauth2</setting>
      <setting name="mechanism">user_agent</setting>
    </group>
  </template>
</service>
 |