views:

135

answers:

3

Hello

I was taking a look at this Facebook Guide Documentation, and I was wandering if it is possible to:

  • create a Facebook application not using PHP but ASP.NET and C#?
  • would I have access information like e-mail, username, city/location, etc?
+1  A: 

Yes, you can. Here is a .NET client for the Facebook API.

http://facebook.codeplex.com/

Rajat
A: 

Yes, you can create a facebook application with c# and would have access to all that information. You can connect to the facebook API with any language that has support for socket connections.

+2  A: 

Yes you can.

there are lots of resources online for this.

http://www.stevetrefethen.com/wiki/Default.aspx?Page=Facebook%20application%20development%20in%20ASP.NET&AspxAutoDetectCookieSupport=1

http://msdn.microsoft.com/en-us/windows/ee376924.aspx

http://facebook.codeplex.com/

Ryan Ternier
Hi, I went to steve's site but when I click to allow permission it throws an error "An error occurred while processing your request."Perhaps something is wrong there. I will take a look at codeplex site!
Junior Mayhé