I have a small web app, and I would like to allow for facebook connect to get the users photo. So where should I start to do integration with facebook and my app?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For rails & facebook integration there is this nice ruby gem called Facebooker(http://facebooker.rubyforge.org/). There is also a pragmatic programmers book titled Developing Facebook platform application using ruby on rails (http://www.pragprog.com/titles/mmfacer/developing-facebook-platform-applications-with-rails). I haven’t personally used facebooker though there is a nice tutorial with facebook connect and rails here -> http://blog.moove-it.com/using-facebooker-to-make-a-rails-site-with-facebook-connect-part-1/.