facebook .net and mvc - Unrecognized attribute 'ApiKey'. Note that attribute names are case-sensitive
- by vondip
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?