I want to use facebook connect in my website to register, login and comment on news articles or posts made by other users

Posted by sasi kiran on Stack Overflow See other posts from Stack Overflow or by sasi kiran
Published on 2011-03-10T06:31:19Z Indexed on 2012/10/04 3:37 UTC
Read the original article Hit count: 230

I would like to implement the following things in my website. I have done some extensive search over the internet but couldnt find and specific examples on how to implement them I am developing this site in php using a mvc framework

  1. Would like to have facebook registration on my website - users who have an account in facebook will get an option to use the details to register in my site, using their authentication I would pull the relavant details from their account and create a new account for them in my website. I would like to use facebook register fbml/fbjs in this case

    1. Would like to have facebook login used to login into my site. How to use the sessions is what I would like to know?

    2. I would like to make posts to the facebook-wall of the users registered in my site. Also if possible sent messages to them through my code whenever a new post is made to my site.

Thanks for your help.

© Stack Overflow or respective owner

Related posts about facebook

Related posts about facebook-connect