In the facebook authentication guide, i am suppose to:
- Get the user to authorize my application, by redirecting them to authorize uri.
- Get my access token from facebook by hitting the /outh/accesstoken uri.
Lets just say, that for whatever reason, this token is no longer valid. Do i need to perform step #1, or can i hit the /outh/accesstoken uri again?