Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Razor is a template language used by ASP.NET Web Pages and ASP.NET MVC (since version 3). It supports seamless transitions between HTML markup and C# or VB code. Transitions between markup and code are indicated by the "@" sign.
0
votes
1answer
324 views
Facebook helper not appearing in MVC4
I created a new test project in MVC4 to test if I could use Facebook Helper from the Nuget gallery. I followed the instructions which are very simple, point and click to install the Facebook helper ...
1
vote
1answer
282 views
Facebook login is reloading the page forever
This is the script on my webpage:
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function () {
FB.init({
appId: '419349611446911', // App ID
...
0
votes
1answer
274 views
fb:comments-count tag not working in razor view
I put facebook comment tag in razor view page.
<fb:comments-count href=http://example.com/></fb:comments-count> awesome comments
it breaks my page. is there a way to fix it?
0
votes
2answers
210 views
Facebook Login Authentication
I have a website where users can login using facebook. Users can register with their facebook account and that's fine.
the problem is if they return to my site but they are already logged into ...
0
votes
1answer
913 views
facebook like button iframe with dynamic url printed in asp.net razor templates
i have a asp.net website in the umbraco cms, there i can use razor templating to create some macros.
i want to integrate a facebook like button in the page,
this works ONLY when i paste the intire ...
1
vote
1answer
667 views
Can I get (Microsoft Web.Helper) Facebook.Helper methods to a MVC controller?
I have installed Facebook.Helper for MVC 3 and this includes a lot of useful methods, but in a Razor view. So my question is, can I access these methods from a controller or any class at all, or do I ...
1
vote
2answers
554 views
'ASP.Facebook' does not contain a definition for 'FacebookSettings'
I'm using the Facebook C# SDK.
My site was working fine yesterday.
This morning on running a build I'm getting:
'ASP.Facebook' does not contain a definition for 'FacebookSettings'
I've no ideas ...
0
votes
1answer
345 views
Facebook Login Button Error (WebMatrix)
Ok, so I'm using the default project found everywhere to show off the Facebook helper. It works great for ME. But nobody else can login. The login window appears and disappears so fast I have no idea ...