I’ve got or site working with timeline using the new javascript SDK sample code but we’d like to move this into the natural flow of the script for authenticated users [so they don’t have to actively post items each time they do an action].
I suspect I’m over thinking this but will adding publish_actions to the existing login-button calls be enough to grant timeline permission or do we have to have to run the separate add-to-time feature shown in the new Open Graph tutorial [https://developers.facebook.com/docs/beta/authentication/]?
Adding the
publish_actionspermission to the login-button call will suffice to publish Open Graph actions into Timeline.