Why is publish_stream not listed in extended permissions reference?
facebook, permissions, publish
Solution
Looks like they were phasing this permission out, but didn't update their documentation for some time. Now it states the following:
Facebook used to have a permission called publish_stream. publish_actions replaces it in all cases. This permission also replaces photo_upload.
https://developers.facebook.com/docs/facebook-login/permissions/v2.0#reference-extended-publish
Problem
I was wondering why is there no `publish_stream` permission on this or any other permission reference pages. Is it a documentation bug or something fishy going on? It's still mentioned here and there, but not in any of the overviews (which seem to refer only to `publish_actions` permission). What's the deal?