facebook .net and mvc - Unrecognized attribute 'ApiKey'. Note that attribute names are case-sensitive
        Posted  
        
            by 
                vondip
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by vondip
        
        
        
        Published on 2011-01-11T06:49:40Z
        Indexed on 
            2011/01/11
            6:53 UTC
        
        
        Read the original article
        Hit count: 380
        
asp.net-mvc-2
|facebook-c#-sdk
Hi all,
I'm trying to build a small fb application using asp.net mvc 2, and facebook C# .net From some reason, the code from the sample application doesn't seem to work for me. Here's the exception I am receiving from my web.config file.
Unrecognized attribute 'apiKey'. Note that attribute names are case-sensitive.
Source Error:
 <facebookSettings   
 apiKey="XXXX"  
 apiSecret="XXXX"   
 appId="XXXX" />
Any ideas?
© Stack Overflow or respective owner