I\'m developing a Windows Phone 7 app with C#. I\'m trying to do a login with Facebook Login Page. Here is my cs source:
I wonder what the best way to test and debug facebook iframe applications locally (using the facebook c# toolkit and the azure toolkit)?
I\'m a novice asp.net developer and know next to nothing about javascript. I know this should be easy but...
I\'m integrating Facebook Event walls on my site using the JS API. Some events have \"open\" Walls (in that any logged-in user can post to them), some have Walls that will only accept posts after a u
I would like to host more applications on the same domain so to have, as canvas 开发者_开发百科URL, subfolders like www.mydomain.com/app1, www.mydomain.com/app2 and so on.
I\'ve got my ASP.NET MVC 3 Web Application up and running with the Facebook C# SDK. Following the instructions here, it seems as though once you put in the AppId / Secret in the web config section in
After moving from v4 to v5.0.3, i\'m switching to Facebook C# SDK v5.0.8 Beta With the v5.03, i had: CanvasAuthorizer auth;
i wrote an application for facebook but i couldn\'t upload image to album that i created, code is in below, thanks for your help.
I\'m starting to use Facebook c# SDK. By starting with a sample provided on the source(CSASPNETWebsiteRegistrationForm) I added the references and using Facebook and Facebook.Web but sentences like Fa
I am trying to get Online Friends by using following code. protected void GetActiveFriends() { var fb = new FacebookWebClient();