This is a follow up to the topic: Passing the signed_request along with the AJAX call to an ActionMethod decorated with CanvasAuthorize
I am using facebook registration plugin . Signed request that is sent to other page I need to extract data from it. I am having hardtime using Facebook C# SDK cause it starts with .NET 3.5 version whi
I know this sort of question has probably been asked many times before, but I can\'t find an answer. I have an asp.net mvc 2 website for which I\'ve built a membership system based on the standard as
Using the Facebook C# SDK on Windows Phone 7, my mobile application can successfully upload apps to a user\'s photo album with a post to me/photos.Those photos do not show up when I query the applicat
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
if (!IsPostBack) { var auth = new CanvasAuthorizer(fb); if (!auth.IsAuthorized()) { var url = auth.GetLoginUrl(new HttpRequestWrapper(Request));
I am trying to 开发者_运维知识库use FaceBook Registration Plugin (http://developers.facebook.com/docs/plugins/registration/). It already has name field which I dont want to use instead i want to use m
I am trying to share items on Facebook by po开发者_JAVA百科sting them on the wall via my FB app. I setup everything on the client side and the server side as well (ASP.NET MVC3), but I noticed that wh
I want to authenticate my application with facebook users. If any us开发者_StackOverflow社区er wants to login into my application He/she first gets redirected to facebook login page & addusername
var auth = ne开发者_如何学JAVAw CanvasAuthorizer(); auth.Permissions = new[] { \"user_about_me\" };