Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Permission migration from publish_stream to publish_action

I am wondering if you have a users permission to publish_stream and you want to publish_action from now on does publish_stream cover both or do we need to re-request the users permission?

If so whats the easiest way of detecting wether they have this permission granted etc.

User journey suggestions welcome.

The login system I have in place is users can use with facebook or their account credentials.

But some users sign up without facebook and then connect later. I don't create the session every time they login as I only need the publish_stream permission which works without needing a live user session with facebook to post when the user does specific actions. There is one column in the table which specifies wether the user is connected or not.

Suggestions welcome.

Thanks!

-Stefan

like image 727
Stefan P Avatar asked Dec 29 '25 06:12

Stefan P


1 Answers

As of now, publish_stream includes publish_actions permissions.

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

The publish_stream permission is a superset of publish_actions allowing everything that publish_actions allows plus more.

like image 95
Daniel Avatar answered Dec 30 '25 22:12

Daniel



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!