I.m trying to implement ASP.NET Application in VB using the Sample example from Facebook C# SDK V 5.0.3 downloads but I got the below error at auth.Autherize(). What's wrong with it?
Precondition failed: !String.IsNullOrEmpty(pathAndQuery)
Dim auth = New CanvasAuthorizer With {.Perms = "user_about_me"}
If (auth.Authorize()) Then
ShowFacebookContent()
End If