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.
 
 
 
 
 

20 lines
859 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<!-- This record defines the configuration for LinkedIn OAuth provider.-->
<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
w_member_social
</field>
<field name="validation_endpoint">https://api.linkedin.com/v2/me
</field>
<field name="data_endpoint">https://api.linkedin.com/v2/me</field>
<field name="css_class">fa fa-linkedin-square</field>
<field name="body">Share post with LinkedIn</field>
</record>
</data>
</odoo>