views:

71

answers:

2

I am working on a Facebook canvas flash app and my server is in Asp.Net 2.0.. I checked the facebook developer wiki and it seems like there are different Asp.Net SDKs available ( http://bit.ly/acQilT ).. Please suggest me which is the best one..

A: 

If your application is in Flash, then it doesn't matter that your server supports ASP.NET. You'll need to use a Flash or ActionScript SDK instead. Try http://code.google.com/p/facebook-actionscript-api/.

Nate Dudek
My application is in Flash but I need to do few server side coding which also requires few FB api calls..
Anz
A: 

I would recommend http://facebooknet.codeplex.com/ which is written by nikhil kothari and you will find good sample code as well. Also look at this thread:

lakhlaniprashant.blogspot.com
This SDK is very old and currently not being maintained. Check out http://facebooksdk.codeplex.com for an sdk that supports oauth and the graph api.
Nathan Totten