pdir / social-feed-bundle

Social feed extension for Contao CMS
GNU Lesser General Public License v3.0
13 stars 13 forks source link

Linkedin wrong URI when generatin access token #110

Closed arboc closed 1 year ago

arboc commented 1 year ago

Bug description

we want to implement linkedin.
we followed the instructions.
when we want to generate the access toke, we got an error from linkedin:

image

Steps to reproduce

Create a social feed account for linkedin. Try to generate an access token

image

Expected behavior

get an access token

Screenshots

s.o.

Bundle Version

2.12.0

Environment

Debian, PHP7.4, Contao 4.9.39

seibtph commented 1 year ago

You need to add a redirect URL for your app (https://your-domain/auth/linkedin).

linkedin_12