I'm getting the following error from Facebook when trying to post to a users stream.
"Error validating access token: The session has been invalidated because the user has changed the password or because auth.expireSession was called."
The work flow is as follows...
Authorize with Facebook requesting scope=offline_access,publish_stream permissions (if the current user has not already authorized)
Do some work on the server (takes 5-10 minutes)
Attempt to publish to the users Facebook stream
This code works for many users, but for some users I get the "Error validating access token" error. This started happening frequently a few weeks ago, then seemed to stop, and now seems to happen frequently again. I'm certainly not calling auth.expireSession on my end and it seems unlikely that multiple users would being changing their password in the 5-10 minute window from authorize to publish. Does anyone know what might be causing this?
access_tokeneven if it's taken withoffline_access. – ifaour May 12 '11 at 7:35