Do I need “offline_access” permission if I request publish_stream?
For Facebook, I requested email and publish_stream . I got their access_token. yay! Now....when I try to send a POST to their wall (/feed), I get this message: {"error":{"type":"OAuthException","message":"Error validating access token: Session has expired at unix time 1315342800. The current unix time is 1315363038."}} Why? Do I need offline_access? No. From Facebook's documentation : Enables your app to post content, comments, and likes to a user's stream and to the streams of the user's friends. With this permission, you can publish content to a user's feed at any time, without requiring