Transfer permissions from publish_stream to publish_action

I am wondering if you have permission for publish_stream users, and you want to publish_action from now on, does public publication extend to the browser, or do we need to re-request user permission?

If so, what is the easiest way to determine if they have this permission, etc.

User wishes for travel are welcome.

The login system that I use allows users to use with facebook or account credentials.

But some users register without facebook, and then connect later. I do not create a session every time you log in, since I only need publish_stream permission, which works without the need for a real-time user session, with which the user can post messages when the user performs certain actions. There is one column in the table that indicates whether the user is connected or not.

Suggestions are welcome.

Thank!

-Stefan

+3
source share
5 answers

publish_stream and publish_actions are two separate permissions. publish_stream does not include publish_actions.

, .

, , GETing/me/permissions Graph API.

"" publish_stream - . publish_actions, .

, Timeline Developer Beta, publish_stream. , .

+5

publish_stream publish_actions.

. https://developers.facebook.com/docs/publishing/#publish_stream

publish_stream - publish_actions, , publish_actions .

+7
+1

publish_stream , . " " .

, , . - , . . , .

0

I successfully published actions on the timeline with only publish_stream permission. I can’t say if this will be the case when it is fully launched or will only work because of the beta version of the developer. We can know for sure as soon as we are within 48 hours of the official launch by checking the beta level. http://developers.facebook.com/support/beta-tier/

0
source

All Articles