Facebook C# SDK - Server flow authentication

后端 未结 2 976
北海茫月
北海茫月 2021-02-09 15:36

I am using the Facebook C# SDK installed using NuGet to allow user\'s to login to my site using Facebook. In all the C# SDK documentation that I\'ve found, the access token was

2条回答
  •  醉酒成梦
    2021-02-09 16:12

    var fb = new FacebookClient(); dynamic signedRequest = fb.ParseSignedRequest("app_secret", Request.Params["signed_request"]);

提交回复
热议问题