Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect OAuth doesn't work #16

Open
kenjibailly opened this issue Jun 23, 2022 · 0 comments
Open

Connect OAuth doesn't work #16

kenjibailly opened this issue Jun 23, 2022 · 0 comments

Comments

@kenjibailly
Copy link

kenjibailly commented Jun 23, 2022

For Twitter I get this error:

Can't request OAuth: Response body is incorrect. Can't extract token and secret from this: '<?xml version='1.0' encoding='UTF-8'?><errors><error code="415">Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings</error></errors>'

(fixed it by manually giving in the code)

For Facebook:
When logged in it goes to a blank page:
image

When logged out it shows this:
image

I checked in my app and added the domain of oposter to my facebook app, but didn't change anything.

I tried to find the page id and access token manually, but when trying to send a test I get this error:

Can't send due to the following exception: Received Facebook error response of type OAuthException: (#200) If posting to a group, requires app being installed in the group, and \ either publish_to_groups permission with user token, or both pages_read_engagement \ and pages_manage_posts permission with page token; If posting to a page, \ requires both pages_read_engagement and pages_manage_posts as an admin with \ sufficient administrative permission (code 200, subcode null) 'null - null'

I'm guessing I found the wrong id and access token, still trying to figure out the manual part.
Edit: I have requested advanced permissions with those above in the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant