How to use facebook connect in ASP.NET. We learn how to update status from an ASP.NET application. We also learn how to post to all friends walls simultaneously from ASP.NET.
Please download Facebook toolkit from http://facebooktoolkit.codeplex.com
Also look at following URL to see what template is needed to integrate facebook in ASP.NET. This code is all shown in the video but link is given if you need it.
http://wiki.developers.facebook.com/index.php/XFBML
the session cookies name i get is APIKey & "_session_key"
I use the 3.03 SDK and i create the API like that :
Dim FBsession As New Facebook.Session.ConnectSession(fbconnect.APIKey, fbconnect.SecretKey)
Dim myAPI As New Api(FBsession)
Dim myusers As New Facebook.Rest.Users(FBsession)
i hope this help
rnsoft 1 year ago