Post on timeline Facebook

I am setting up a website where the user can request content to be posted to their timeline without them having to keep sharing. Good I was with the following doubt, seeing the return of this link: http://plnkr.co/edit/mA7dzreUlqqTJZqodAzv?p=preview, I would like to know how I can do to send a post to his user, or if this is only allowed if he is logged in to the system ?

Author: thiago.adriano26, 2014-10-26

1 answers

To publish to the user's timeline you must request a permission called publish_actions and when requesting this permission your application will have to go through a Facebook approval.

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

Links 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.

 4
Author: Raul Mangolin, 2014-11-10 16:55:19