View Single Post
Posts: 66 | Thanked: 87 times | Joined on Aug 2010
#284
Originally Posted by Morpog View Post
Try to delete cache folder. Could be stuff from old version in there.
Ok, I removed .cache/SfietKonstantin as .cache/facebook seems to belong to to the N9 builtin app.

Still, I have the same problem. This is the error message I got when I run /opt/qfb/bin/friends-qml-harmattan from the terminal:


Code:
Error 
void FacebookInterfacePrivate::finishedHandler() error response: "
    error:
        code=190
        error_subcode=463
        message=Error validating access token: Session has expired at unix time 1368541978. The current unix time is 1371673918.
        type=OAuthException" while getting: "https://graph.facebook.com/me?access_token=AAADZAgURHjg8BAFPYZAf5rlBFz5XFwDUttgtraOFOjQyXubG6vEbtk1zLZCzJqUFEhIoEuZCb8wQVo72LwY9g0qaHMNRVgG36HtQMCtnggZDZD&metadata=1"
Seems, the authentication is expired so the app should forward me to a fb logon page for renewing the login. What do I have to do to enforce a new login? Do you know where the old session data is stored?

Thanks, M.