Chand Sethi
Chand Sethi

Reputation: 134

How to make a facebook app that automatically shares posts from a facebook page on my personal account?

I have a page and every time I post an update, I have to ask my Social Media team to share it from their personal accounts to increase the reach. I wish to automate this process by making a facebook app. The app is supposed to share every new post automatically from accounts of those who signed up for the app. I tried to look up for such apps, but couldn't find any. Is there some constraint that doesn't allow the existence of such apps? If no, how can I create one? I have fair coding skills but haven't worked on developing a facebook app before. Thanks.

Upvotes: 0

Views: 269

Answers (1)

andyrandy
andyrandy

Reputation: 74014

Autosharing/Autoposting is not allowed, prefilling is not allowed either.

Platform policy: https://developers.facebook.com/policy/

That being said, publishing on a user wall is explained in the API reference, including example code: https://developers.facebook.com/docs/graph-api/reference/user/feed#publish

Upvotes: 1

Related Questions