~kobe24-lixiang/account-plugins/13.04

« back to all changes in this revision

Viewing changes to data/services/facebook-sharing.service

  • Committer: Alberto Mardegan
  • Date: 2011-12-23 14:28:12 UTC
  • Revision ID: alberto.mardegan@canonical.com-20111223142812-o6p9nirnr7rom3pp
Tags: 0.0
InitialĀ upload

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
<service id="service">
 
3
  <type>sharing</type>
 
4
  <name>Facebook</name>
 
5
  <icon>icon_facebook</icon>
 
6
  <provider>facebook</provider>
 
7
 
 
8
  <!-- default settings (account settings have precedence over these) -->
 
9
  <template>
 
10
    <group name="auth">
 
11
      <setting name="method">oauth2</setting>
 
12
      <setting name="mechanism">user_agent</setting>
 
13
    </group>
 
14
  </template>
 
15
 
 
16
</service>