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
source
share