I have an IFrame Facebook applicagtion (asp.net / Facebook C# SDK http://facebooksdk.codeplex.com/). Default page works fine. I use the foolowing code to authenticate:
I\'ve created a simple facebook iframe app to be used as a tab on pages. It all works fine but I now need to get the id of the page that using the tab so I can display information particular to that p
How can I i开发者_开发技巧nstantiate the FacebookApp with custom AppID/Key/Secret without using the web.config?
I have an access token that I stored - I want to use it to post to facebook on behalf of the user. Is there any way to开发者_开发技巧 validate that the token is still valid before letting the user pos
I\'m trying to handle the DeAuth callback from Facebook in my .Net MVC3, so that I can retrieve the UserId and remove the user from my database.
I am now testing for the c# facebook and come across for the following error: Here is the code: FacebookApp app = new FacebookApp();
Hi I made a simple application in Silverlight to facebbok with the facebook C# SDK, and it runs fine in a localhost. I have published on a server and know start the problems. When I 开发者_StackOverf
I just downloaded C# SDK and ASP.NET MVC sample, modified it to work with 4.2.1. (web config facebookSettings parameters etc.), created my Facebook application and tried to run it. Click to facebook l
I\'m using the Facebook C# SDK V4.2.1 to creat a simple application in silverlight开发者_StackOverflow 4, i wanto to get the profile picture. for what i know is that the best way is to cal the FQL met
I would like to make a ASP MVC 3 website with Facebook auth system. I want to add users to my database when they connect to the website so that I can save their posts on the开发者_如何学Python web si