does it exist a way to make intellisense work with <f开发者_StackOverflow中文版b: tag?No, Visual Studio 2010 nor the Facebook C# SDK does not have intellisense for fb tags. You would have to write
I\'m using Elmah and the Facebook C# SDK (http://facebooksdk.codeplex.com/) Elmah has been working really well for me.However, when the Facebook C# S开发者_运维技巧DK throws an exception, the stack t
Looking for a simple way to do something similar to \"Invite friends\" feature that facebook has for there events. But, I just want to display the friend picker and then send those friends a preset me
I\'m using the Facebook C# SDK. My site was working fine yesterday. This morning on running a build I\'m getting:
Just download the thing today and read all tutorials available on their site with no luck. I did place Facebook.dll开发者_JS百科 from Facebook folder to my BIN, don\'t know what configurations should
I am facing an error Cannot perform runtime binding on a null reference Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace f
I recently upgraded from 4.0.1 to 4.2.1 and noticed that when I publish to my page\'s wall, double quotes are showing up with backslashes before them.
Hi I\'m still learning Facebook C# SDK 5.0.3, I`m building a facebook Apps(iFrame). I follow the sample that was attached on the SDK. I successfully run it and I want to extend it by creating a button
I have a so strange problem in my app. My app is iframe app performs 开发者_运维技巧Facebook authentication through OAuth in c#.
How can I use Facebook C# SDK for facebook connect using ASP.NET? What I am trying to do is: Provide a "Login with Facebook" button.