开发者

Facebook C# SDK SignedRequest

开发者 https://www.devze.com 2023-03-07 12:27 出处:网络
There is no document on how to us开发者_开发技巧e Facebook C# SDK(http://facebooksdk.codeplex.com/) and I am trying to use FacebookSignedRequest.Parse method but it shows and error that its not define

There is no document on how to us开发者_开发技巧e Facebook C# SDK(http://facebooksdk.codeplex.com/) and I am trying to use FacebookSignedRequest.Parse method but it shows and error that its not defined . How do I use it ? I also need to extract values from signed request.

Thanks


This is how i do it to extract the signed request..

FacebookSignedRequest fbsign = FacebookSignedRequest.Parse(appsecret, Request.Form["signed_request"]);

And then assign it to a dynamic

dynamic result = fbsign.Data;
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号