I have a question about privileges after token expiration. I have two buttons, first button is for login to page. This button has set rights to email only, second button is for registration and this button has email, publish_stream. Now suppose that I have token which is for email and publish_stream, which means created by second button. Now owner of the token comes to my page once again and clicks on first button after the token has expired. Than of course I will get new token from facebook. My question is, what privileges will this token have? Only email or email,publish_stream?
Thank you.