Consider the following in .NET 3.5 (using the Bin\\Net35\\Facebook*.dll assemblies): using Facebook; var app = new FacebookApp();
I\'m building the option to post to a user\'s wall into an app. The feature is optional, so I\'ll need to render my site a lit开发者_JAVA百科tle differently depending on whether or not the user has au
I have downloaded the Graph C# SDK for facebook, the examples are very helpful and easy to understand however i come unstuck when trying to use the dynamic object type as the return object for a Faceb
I am using facebook graph API to get the loged in user token http://www.mattcashatt.com/facebook_code.htm
I\'ve the following code that fetches my friends list with some specific fields to be returned. public ActionResult Test()
I am working on a Facebook canvas application. I created a sample project using the latest ASP.net MVC3 RC2, and use the exactly same settings as provided in the sample (MVC2). But it\'s not working.
After google search, all most all the posts said it is not allowed to send messages from Facebook App to friends. May be I did not understand completely what the other people are saying about sending
I\'m fetching some data from FB using the following code: dynamic parameters = new ExpandoObject(); parameters.i开发者_运维知识库ds = \"me\";
Do you know what could cause this as a return for a Facebook Canvas app. It works for most users of our site but some users, it generates this and i cant figure out what would cause开发者_高级运维 thi
I am trying to use the following code to post a message on facebook wall (Facebook C# SDK -http://facebooksdk.codeplex.com/)