I am a beginner, and I apologize in advance if my question is very basic, but I rely on your help. Briefly, my web application is a gallery of posts for Facebook pages. For it to work well, I would like my client to be able to make posts from within my Bubble application.
I am having difficulty creating a scenario where each of my clients can authenticate on Facebook, choose their page, and make a post. I haven’t found an option that suits a multi-user application. What would be the solution for this case?
Hi,
Welcome to the Make Community!
To achieve your goal, you need to understand how Facebook API authorization works. Here’s a simple explanation:
Authorization Logic: Facebook API requires an app to be authorized to gain user tokens. These tokens allow the app to perform actions on behalf of the users.
When you use Make.com to connect to Facebook, Make.com is the one getting authorized to obtain these tokens. This setup works only when someone logs into Facebook from the Make app.
To achieve your goal, you must create an authorized Facebook app. This app will allow you to obtain user credentials and then use them in API calls. It won’t be that easy cause you will have to go for revision process and so on. And you will have to create custom calls in backend- if it will be Make- it will require HTTP modules, not available ready to use modules.
Have a nice day!