I am trying to implement facebook app using C# SDKv6
(desktop app). But when I get the access token, I'm receiving this error
(OAuthException - #1) Error validating client secret
. .
This is a part of code :
dynamic result = fb.Get("oauth/access_token", new
{
client_id = appId,
redirect_uri = redircct,
});