inovector / mixpost

Mixpost - Self-hosted social media management software (Buffer alternative)
https://mixpost.app
MIT License
1.2k stars 184 forks source link

Facebook Connection Issue #71

Closed ddlidded closed 9 months ago

ddlidded commented 11 months ago

Steps to reproduce the problem

There is no option to select another API version other than v18.0. The versions suggested in the documentation are not available for selection, so attempting to add a new page fails.

Screenshot 2023-12-16 at 7 36 49 AM Screenshot 2023-12-16 at 7 37 04 AM

Expected behaviour

Facebook Page Should Be Added

Actual behaviour

Failed to Connect Facebook Page

Detailed description

No response

Specifications

inovector/mixpost:v1.1.3

lao9s commented 11 months ago

@ddlidded the problem is not in the version.

Gibigbig commented 10 months ago

@ddlidded the problem is not in the version.

  • Check if you entered the correct domain in your FB app.
  • Check if the product is Facebook Login, not Facebook Login for Business.
  • Check if you entered the correct callback URLs.

Ran into a a similar issue. My FB app has the facebook login addon and is correct. My environment is localhost. No callback needs to be specified in facebook callbacks.

Any idea on how to fix this?

lao9s commented 10 months ago

No callback needs to be specified in facebook callbacks.

Why? You should put the callback link.

Go to the “Valid OAuth Redirect URIs” input and enter these callback URLs:

https://your-app-url.com/mixpost/callback/facebook_page https://your-app-url.com/mixpost/callback/facebook_group

pratikkuikel commented 9 months ago

i can't find facebook login product, Facebook Login for Business is the only login product available in my case. And there is no option to switch to facebook login.

lao9s commented 9 months ago

@pratikkuikel

From the doc:

  1. On the left sidebar, click on “Add product” and select “Facebook Login” or “Facebook Login for Business.”
  2. If you selected “Facebook Login for Business”, you need to Switch to the standard “Facebook Login”.

https://docs.inovector.com/books/integration-of-social-platforms/page/facebook#bkmrk-step-2%3A-create-a-new

digimumo commented 8 months ago

Ive got the same issue, I have done all of the above and followed your documentation for the Facebook app. I'm using Ngrok because it needs https and i'm on a local Sail windows development, would this be the issue? It just says 'Sorry something went wrong' same as the image above. I've tried consumer and business accounts with the facebook login and added the call back URLS + domains.

Not sure what the issue is. thanks.

uhlhosting commented 8 months ago

@ddlidded the problem is not in the version.

  • Check if you entered the correct domain in your FB app.
  • Check if the product is Facebook Login, not Facebook Login for Business.
  • Check if you entered the correct callback URLs.

Ran into a a similar issue. My FB app has the facebook login addon and is correct. My environment is localhost. No callback needs to be specified in facebook callbacks.

Any idea on how to fix this?

@Gibigbig You cannot expect Facebook to connect to your localhost ain't you?