I have read many threads about this, but i haven\'t found a solution that works. I have problem with the Facebook C# SDK.
I added the FacebookWebMvc Nuget package to my MVC 3 Web Application project and then created the following controller:
Fact: if I manually add a link to my page\'s wall, that link will show up in the news 开发者_运维问答feed of any Liker\'s of my page.Example: user Joe likes http://facebook.com/soccer-page.Sam, who is
I\'m trying to get a JSON object of my Facebook wall posts to display on my website but it seems to be ridiculously complicated for such a simple task.
I am using facebook sdk and facebook connect for integrating fb into my site using asp.net and c#. The user can login using the code successfully. The problem that I face is that whenever a user is lo
After authenticating the user, I save the authorization token insidea database. Than I save his Id inside a cookie. Each time he accesses a page I check to see if the cookie is there. If it s not ther
I am attempting to create a WP7 facebook app using facebook c# sdk. For WP7 all requests are async.I want to use FQL to make multiple calls to Facebook.The only examples I can find show making 1 Faceb
I\'m trying to get the Facebook C# SDK to work with offline_access and a console application. From what I understand, I have to:
My code: var fbWebContext = FacebookWebContext.Current; if (fbWebContext.IsAuthorized()) { var fb = new FacebookWebClient(fbWebContext);
i am in a middle of developing a facebook asp.net c# application now the application store the access_token of the users in a database and i olso write my expire time, and facebook id.