recently i decided to switch to the 5.0.3 verison of the facebook c# sdk library. One of the modifications a i had to do was to change the script in my login view :
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
With the REST api in the process of being deprecated, I\'m trying to convert our existing application to use the facebook c# sdk.
I\'ve downloaded the latest version of the C# SDK - using Windows 7, VS 2010 and .NET 4. I\'ve got the website running on my local IIS 7.
I am developing a new facebook application in .net c#, I want to select some friends and and do post them something in another page my code is below:
I downloaded the samples and the 5.0.3 beta of the SDK, and pretty quickly got a facebook app up and running inside facebook - great and super easy.
I\'ve read the change files and understand that FacebookApp is now FacebookClient. What I don\'t understand is how to tell whether the user is logged into Facebook like before (version 4.0 beta) where
When a user accepts my application request, the user is redirected to my app page with a parameter request_ids which is the request id info for 开发者_JS百科that application request. The problem is th
Hi i\'m using Facebook C# SDK i can get my friends like; JsonObject friends = (JsonObject)facebook.Api(\"me/friends?\");
I am trying to build a facebook WebApp in vb.net using the Facebook C# SDK.The SDK can be used for vb.net, this I know.However I am trying to get my app to login on page load.I can get it to login, ho