I have a web project (not mvc) and I am trying to learn about facebook integration (I am a facebook dev noob). In my page I have some simple html and an asp.net button. I added a hidden field for sign
I am getting an error when I hit a specific post in Facebook: Here is the code to run: Just replace to token with yours...
I am using the Facebook C# SDK in my Silverlight 4 browser app to perform some requests to the Facebook Graph API. I followed the example in the SDK documentation to request the user\'s information (u
I am adding Twitter and Facebook login to a MVC 3 test application using TweetSharp and Facebook C# SDK.
I am working on a Silverlight 4 browser app from which I managed to succeed in complete the client-side flow authentication process. I\'ve decided to better move to the server-side flow but, though I
I\'m trying to use the C# wrapper for Facebook. If i authenticate the user and obtain the accessToken, I want to store the accessToken so that I can access my own personal Facebook stuff (like photos,
im trying to develop a silverlight application that uses facebook sdk, after some research i found an example here (source code and samples).
I\'m trying to build a Facebook \'fangate\' tab or \'reveal\' tab for a Facebook page. You know how it goes - when a user visits the page, they are shown one bit of content if they haven\'t yet click
I\'m completely newbie at authentication proccess with OAuth (I\'m trying to make use of OAuth 2, exactly), and the example I am following to authenticate by using Facebook SDK latest release says tha
I\'ve developed a WP7 client that uses the Facebook C# SDK, using OAUTH and the web browser control. Everything works fine except that on the page where the user is requested to accept/reject the acc