Description
📜 Description
I am trying to intergrate Personal linkedin posting with Postiz but when I try to add the provided its not working.
Upon digging in I found that this is the URL where it clearly says w_organization_social scope is not present. Since, I am not posting in my linkedin page but in my personal profile so w_member_social is sufficient and I can provide this scope access.
integrations/social/linkedin/continue?error=unauthorized_scope_error&error_description=Scope+%26quot%3Bw_organization_social%26quot%3B+is+not+authorized+for+your+application&state=LDCfcc&timezone=345
I checked the code base and found it is asking for organization social scope which I can't add in linkedin app.
isBetweenSteps = false; scopes = [ 'openid', 'profile', 'w_member_social', 'r_basicprofile', 'rw_organization_admin', 'w_organization_social', 'r_organization_social', ];
Any solution? I checked my credential details and scope and even redirect URI and everything is correct?
Any help would be appreciated?
👟 Reproduction steps
- Go to postiz
- Click on add channel
- Click on Linkedin
- and its not working after that
👍 Expected behavior
It should be able to add channel. I already added few channels without problem but linkedin did not work.
👎 Actual Behavior with Screenshots
💻 Operating system
Linux
🤖 Node Version
I am using docker compose so default to the node version mention in repo docker compose file
📃 Provide any additional context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
- I checked and didn't find similar issue
Are you willing to submit PR?
None