You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
704 B
14 lines
704 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data noupdate="1">
|
|
<record id="provider_linkedin" model="auth.oauth.provider">
|
|
<field name="name">LinkedIn</field>
|
|
<field name="auth_endpoint">https://www.linkedin.com/oauth/v2/authorization</field>
|
|
<field name="scope">r_basicprofile r_emailaddress w_share</field>
|
|
<field name="validation_endpoint">https://api.linkedin.com/v1/people/~</field>
|
|
<field name="data_endpoint">https://api.linkedin.com/v1/people/~</field>
|
|
<field name="css_class">fa fa-linkedin-square</field>
|
|
<field name="body">Share post with LinkedIn</field>
|
|
</record>
|
|
</data>
|
|
</odoo>
|
|
|