Doing some work with a Facebook / RESTful API connection and for some reason I keep getting this error
Session key invalid or no longer valid
As far as I can authenticate correctly. Retrieving a session key from a cookie after opening a dialog to connect to facebook and user logging in. Then I will open the advanced permissions dialog to allow sending messages and offline access.
But then, if the user had to log out of facebook, the session key becomes unusable. What am I doing wrong here? Are there any good examples of this with ASP.NET/C#?
source
share