Post to Facebook on behalf of my web application users - Laravel

Viewed 15

I have created a web application and I would like users to be able to log into their own Facebook account to publish posts on their Facebook profile from my web application. Every time I connect them to Facebook with authentication, I get back a token that does not retain the requested permissions, especially "write to profile".

I am on Laravel. I have tested with PHP SDKs, with Socialithe and even with PostMan. I can't find the solution.

Do you know if this is possible? And how?

Thanks

0 Answers
Related