mautic / mautic-joomla

Joomla Plugin
16 stars 16 forks source link

OAuth2 don't work. #14

Closed joomlacorner closed 6 years ago

joomlacorner commented 9 years ago

when we used OAuth2 for integrate with Social Network. but Mautic plugin for joomla still used OAuth1.How we can used if we don't have options for OAuth version in Plugin?

escopecz commented 9 years ago

Hey, could you try this version?

https://github.com/escopecz/mautic-joomla/archive/master.zip

It supports OAuth2. Let us please know if it works for you. We'll release it as a new version then.

joomlacorner commented 9 years ago

I have tested lasted update version. Now it's OAuth2 is worked. but it's miss some new language variable if click update extension. ( language not updated)

escopecz commented 9 years ago

All needed language strings are in the code. Please, try to update it manually with this package:

https://github.com/mautic/mautic-joomla/archive/master.zip

If it solves the language problem.

gavinerickson commented 7 years ago

Got this on a fresh install of current staging version running on php 7.1 and Joomla! 3.7.2 Stable with https image

escopecz commented 7 years ago

The error message actually explains the problem well. The redirect URI you added in the API credentials configuration does not match the one provided during the authentication which is taken from the website you authenticated from. Try to follow the steps closely.

dongilbert commented 6 years ago

Stale