You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
When logged out it shows this:
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.
The text was updated successfully, but these errors were encountered:
For Twitter I get this error:
(fixed it by manually giving in the code)
For Facebook:
![image](https://user-images.githubusercontent.com/9883910/175375047-3c8a54ed-0ea1-4b4f-b211-15c2ad69b1a2.png)
When logged in it goes to a blank page:
When logged out it shows this:
![image](https://user-images.githubusercontent.com/9883910/175374658-a147f047-7a22-43b2-a680-2fcce181b2e5.png)
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:
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.
The text was updated successfully, but these errors were encountered: