I am writing an MVC 3 application and am using Facebook C# SDK. Please check what\'s wrong with this login:
Im trying to use the sdk without a canvas application, so have followed steps 1-7 in the quickstart guide up to adding the facebookSettings property in the Web.config.
I woul开发者_StackOverflow中文版d like to allow my users to authorise my app with their fb on registration.
I\'m using the Facebook C# SDK. I opened the hello world sample, it runs fine in chrome and firefox, but doesn\'t seem to work in IE8.
Okay, so this is a bit similar to someone else\'s unanswered question on the codeplex site, but perhaps it\'ll have more 开发者_JAVA技巧luck here. The first is very much repeatable on even the sample
I have an IFrame Facebook application that uses Facebook C# SDK. I also use jquery and load some page components asynchronously. For example, I call the following javascript from main page(at this poi
How can i embeded an youtube video in the facebook wa开发者_开发技巧ll? I tried to pass the video url using the \"source\" member, but didn\'t work. After checking the json of a feed posted manually i
Just started today some dev using Facebook SDK and i can\'t figure out the logic followed to link the members of the expando object to the fields in the Graph API objects in the example bellow that wa
I am struggling in seting up a the basic architecture for my ASP.NET MVC Facebook iframe application which is running on Windows Azure.
I am using the Facebook C# SDK to develop an iframe Faceb开发者_StackOverflow社区ook application.