I use this code to get all users and add a control i created call UserIcon for each one var fb = new FacebookClient( global::Bolts_WB.Properties.Settings.Default.acess_token);
I am trying to implement two pieces of functionality to my ASP.NET MVC 3 applications. I would like the ability for the user to use Facebook Connect to authenticate on my web site. I would also like
I have setup a Facebook dev test-user for a Facebook app.When i post to the wall as the test user, I get:
I\'m using the Facebook C# SDK (http://facebooksdk.codeplex.com/releases/view/66412) and would开发者_StackOverflow like to know what the best approach would be to use it to keep my cached user data up
I have been using \'stream.publish\' in the past, going off the most recent examples on their site I have tried using \'feed\' but was getting some strange results (images not pulling through unless t
I am using facebook registration plugin and wanted to se开发者_高级运维e if its possible to get list of users friends after user submits a form loggin in facebook.
I am creating a web browser using WebBrowser control in C#. I have no idea how to make my browser a multi tabbed one, Can anyone help me with suggestions, advice or anything . I will be very 开发者_JA
I want to be able to send updates (in news activity) to users who have installed the canvas application - without posting on their wall or sending them Facebook messages.
I\'m currently writing a Facebook app that runs in a page tab.I\'m writing it as a simple Web Forms app in C#, using the latest version of the C# SDK pulled from NuGet.The main page tab works fine. I
Using the FB C# SDK v5.xx and 开发者_开发问答trying to find out about a user\'s \"sports you play\", \"favorite teams\" and \"favorite athletes\" information.