Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

2 Answers

For login and registration, you can check out http://developers.facebook.com/docs/guides/web/.

This one is for wall posts and you should be able to implement it in any language. It is given step by step. http://thinkdiff.net/facebook/graph-api-iframe-base-facebook-application-development/

share|improve this answer
thanks for the info, the link was good but have you got something that is more latest – sasi kiran Mar 16 '11 at 6:40
Thank you for the edit, @CoffeeRain. – David Gorsline Mar 13 at 18:17

There's an exact extension that allows you to add Facebook login feature to your site. The extension is developed by Magestore. You should take a look at it from here They also offer another extension which is even better: Social login. Besides using Facebook account, visitors can also choose to use their Twitter, Yahoo or Google account to log in. Besides, they are running a group deal which requires no money to receive coupon code. Just leave your email address, and you will get the Facebook login for free, and a discount of 50% for Social login. Don't miss it! It may only last for more couple days. Check it out here

share|improve this answer
This is a blatantly commercial post. Why did I lose reputation points for downvoting it? – Ian Lewis Mar 5 at 11:00

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.