Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add to Timeline vs Login

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/]?

like image 804
Ted S Avatar asked Nov 05 '22 13:11

Ted S


1 Answers

Adding the publish_actions permission to the login-button call will suffice to publish Open Graph actions into Timeline.

like image 173
Cat Lee Avatar answered Nov 09 '22 04:11

Cat Lee