Description:
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: Facebook.Utility.FacebookException: Session key invalid or no longer valid
Source Error:
Line 18: Else Line 19: Api = New Facebook.Rest.Api(connectSession) Line 20: Dim u As Facebook.Schema.user = Api.Users.GetInfo Line 21: lblStatus.Text = String.Format("Welcome, " + u.name) Line 22: End If