Post in Facebook timeline

2

I'm setting up a website where the user can request that content be posted on his timeline without him needing to be sharing. Well I had the following doubt, seeing the return of this link: link , I would like to know how I can do to send a post to the user of it, or is this only allowed if it is logged into the system?

    
asked by anonymous 26.10.2014 / 17:57

1 answer

4

To post to the user's timeline , you need to request a permission called publish_actions and when requesting this permission, your application will have to go through an Facebook support .

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

Links that are worth reading before starting an app: link link

I also recommend staying current with the Blog for Developers: link

Raul.

    
10.11.2014 / 17:55