I\'m a refugee from the old Facebook Developer Toolkit porting my app to the newer Facebook C# SDK.I\'ve got the MVC web app side of my solution worked out, but I also have a console application that
I have already requested and gained access to \'manage_pages\' and \'publish_stream\' permissions from a user. How can I use the c# SDK to get permission to post to one of that user\'s Business Pages
I\'m trying out the facebook c# SDK (v4.0.2) and am experiencing a 404 error when facebook tries to redirect back to the redirect handler for the SDK.The resulting URL is:
I plan to use http://facebooksdk.codeplex.com/ for replacing my current integration开发者_如何学Go with facebook.Any sample that demonstrates the logout process from facebook on WP7 using this library
I\'d like to post messages to a group wall without asking user for login information -I\'d like to do it programmatically, I can use my user/pass if necessary-.
I am using the Facebook C# SDK in a canvas app. When running this code... public IEnumerable<string> GetFansIds(string pageId, IEnumerable<string> userIds)
With the Facebook C# SDK, are you supposed to create an instance many times? app = new Facebook.FacebookApp();
I\'m building a very crude facebook application as a school project and I\'v开发者_JAVA技巧e come across the most interesting error. When attempting to make any call to FacebookApp.Api() involving \"m
I have an iFrame Facebook application.I am using the Facebook C# SDK, Facebook and Facebook.Web libraries.
I\'ve downloaded the C# Facebook SDK \"Simple MVC Website Example\" from CodePlex at: http://facebooksdk.codeplex.com/releases/view/54371