So, publish_stream is a parent of publish_actions. If you ask for _stream, that is the permission that will be requested, it sounds like and publish_actions will *not* be requested. That means that a user then actually has the option to deny _stream, since it's on a separate dialog, and will then prevent all things from being posted to the user's timeline.Hi Zachary: That's correct in terms of functionality - if your app is granted publish_stream, it can publish open graph actions (which previously required publish_actions permission). However, keep in mind that publish_stream is a second page permission, so if you only ask for publish_stream (or attempt to ask for both, in which the superset == publish_stream takes precedent over the subset == publish_actions), the permission will not appear until the second page of the auth dialog and may be revoked by the user. This is in contrast to only asking for publish_actions, which appears on first page of the dialog and may not be revoked during the auth flow.
Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
