I would like to make my users t开发者_如何转开发o login through Facebook Connect on my PHP web application. Can you please post some resources for beginners.
Thanks.
Regards, Mugil.
You can check this tutorial on using the facebook PHP SDK: http://thinkdiff.net/facebook/php-sdk-graph-api-base-facebook-connect-tutorial/ and the official facebook documentation: http://developers.facebook.com/docs/guides/web
There's a copy and paste solution for the Facebook login button. It's driven by Javascript but there's also PHP code for your members-only pages. This is a solution if you're only doing login. The Facebook developer guides is a good place to look for other functionalities.
精彩评论