odoo/addons/auth_oauth
rossasa e232221514 [FIX] auth_oauth: login with Facebook
Configuration:
  - Change the scope to: user_profile,email
  - Change the validation url to 'https://graph.facebook.com/me' that returns
    more information about the user.

Facebook open graph API does not send the expected 'user_id' parameter, need to
use the 'id' key.

Fixes #5546
Closes #7532
2015-08-11 09:31:46 +02:00
..
controllers [FIX] auth_oauth: avoid double slashed redirect urls 2015-01-12 12:02:06 +01:00
i18n [I18N] Update translation terms from Transifex 2015-08-09 02:00:12 +02:00
security [ADD] Added the security folder and access rightz file in auth_oauth module. 2012-09-03 10:37:31 +05:30
views [IMP] Make auth_oauth depends of auth_signup, merge and remove auth_oauth_signup link module 2014-02-12 11:15:47 +01:00
__init__.py [FIX] auth_oauth: reset openerp oauth client_id when generating new dbuuid 2014-03-05 12:41:10 +01:00
__openerp__.py [MERGE] forward port of branch saas-3 up to 77500e5 2014-10-02 15:36:58 +02:00
auth_oauth.py [MERGE] forward port of branch saas-5 up to 39bee35 2014-08-20 20:33:17 +02:00
auth_oauth_data.xml [FIX] auth_oauth: login with Facebook 2015-08-11 09:31:46 +02:00
auth_oauth_data.yml [IMP] Use database uuid as client_id for OpenERP oauth provider 2012-10-02 16:13:02 +02:00
auth_oauth_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
ir_configparameter.py [FIX] auth_oauth: reset openerp oauth client_id when generating new dbuuid 2014-03-05 12:41:10 +01:00
res_config.py [FIX] auth_oauth: fb and google oauth providers reset on general settings apply 2014-10-02 12:32:02 +02:00
res_config.xml oauth config wizard 2012-08-18 15:04:11 +02:00
res_users.py [FIX] auth_oauth: login with Facebook 2015-08-11 09:31:46 +02:00
res_users.xml [FIX] auth_oauth 2014-01-28 09:59:45 +01:00