I was developing Facebook Based Authentication for one of my app, earlier time i was using following code From Nettuts Tutorial
but when graph api 3.0 came out i can add this same code for my new web app, how can i generate a login as the about link?
i am using following code, but dont know how to do session in it?
========================================================================
Using the Facebook PHP SDK, you need to redirect to Facebook’s OAuth dialog, and then use the returning request to authenticate your user.
Facebook have the following sample on http://developers.facebook.com/docs/authentication/: