Post in Timeline Facebook

Asked

Viewed 251 times

2

I’m setting up a website where the user can request that content be posted on his timeline without him having to share it. Well I was left with the following doubt, seeing the return of this link: http://plnkr.co/edit/mA7dzreUlqqTJZqodAzv?p=preview, would like to know how to send a post to the user, or if this is only allowed if he is logged in to the system ?

1 answer

4


To publish on Timeline user must request a call permission publish_actions and by requesting this permission your app will need to go through a approval of Facebook.

Despite all this your application will not be approved. According to good practices of Facebook it is forbidden to post something automatically on the user’s website. Everything needs to have interaction of it to be published.

Links that are worth reading before starting an app: https://developers.facebook.com/docs/apps/review/login https://developers.facebook.com/docs/facebook-login/permissions/v2.2#Reference

I also recommend staying up to date with the Developer Blog: https://developers.facebook.com/blog/

Raul.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.