Reputation: 134
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
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